From 79b0f6a86ce5dc46633337c47c68e122a6032a4b Mon Sep 17 00:00:00 2001 From: Sylvain Rochet Date: Tue, 23 Dec 2014 19:31:18 +0100 Subject: [PATCH] unix port: fixed tcpdump.c syntax --- ports/unix/netif/tcpdump.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ports/unix/netif/tcpdump.c b/ports/unix/netif/tcpdump.c index 9cacebf..57ba94c 100644 --- a/ports/unix/netif/tcpdump.c +++ b/ports/unix/netif/tcpdump.c @@ -69,8 +69,8 @@ tcpdump(struct pbuf *p) char flags[5]; int i; int len; - int offset -#endif; + int offset; +#endif if (file == NULL) { return;