]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ipnet.c
Remove useless 'return' at end of void functions (style)
[tcpdump] / print-ipnet.c
index ba1e7005db2daf6cb6363ee885dee6702a6e7abd..0f745d70dfef064115dd3c4ccf19a8ae73d24d41 100644 (file)
@@ -99,7 +99,6 @@ ipnet_print(netdissect_options *ndo, const u_char *p, u_int length, u_int caplen
                        ND_DEFAULTPRINT(p, caplen);
                break;
        }
-       return;
 }
 
 /*