unix port: fixed tcpdump.c syntax

This commit is contained in:
Sylvain Rochet 2014-12-23 19:31:18 +01:00
parent e1f290d37d
commit 79b0f6a86c
1 changed files with 2 additions and 2 deletions

View File

@ -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;