]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Get rid of a return value in a void function.
authorguy <guy>
Sun, 13 Nov 2005 19:59:19 +0000 (19:59 +0000)
committerguy <guy>
Sun, 13 Nov 2005 19:59:19 +0000 (19:59 +0000)
print-802_11.c

index 6bf5e7a9822dc45d00142450bec352a2b470022f..a6779a5a5df74440b26aceebd50353055ef9ea58 100644 (file)
@@ -22,7 +22,7 @@
 
 #ifndef lint
 static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-802_11.c,v 1.38 2005-11-13 12:07:25 guy Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-802_11.c,v 1.39 2005-11-13 19:59:19 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -167,7 +167,7 @@ parse_elements(struct mgmt_body_t *pbody, const u_char *p, int offset)
 
        for (;;) {
                if (!TTEST2(*(p + offset), 1))
-                       return 1;
+                       return;
                switch (*(p + offset)) {
                case E_SSID:
                        /* Present, possibly truncated */