From 8afd3e882e394fa03b3de3ad841a09a20257e2e9 Mon Sep 17 00:00:00 2001 From: jani Date: Tue, 9 Nov 2004 11:44:06 +0000 Subject: [PATCH] #if directive style fix --- src/api/sockets.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/sockets.c b/src/api/sockets.c index b3dfdc2f..0528ac44 100644 --- a/src/api/sockets.c +++ b/src/api/sockets.c @@ -418,7 +418,7 @@ lwip_recvfrom(int s, void *mem, int len, unsigned int flags, ip_addr_debug_print(SOCKETS_DEBUG, addr); LWIP_DEBUGF(SOCKETS_DEBUG, (" port=%u len=%u\n", port, copylen)); } else { -#if SOCKETS_DEBUG != 0 +#if SOCKETS_DEBUG addr = netbuf_fromaddr(buf); port = netbuf_fromport(buf);