]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-zephyr.c
Remove useless 'return' at end of void functions (style)
[tcpdump] / print-zephyr.c
index b0f8cd31388a4480dfc64d30ccf0d679bc04185f..8d199b56bdee0f2a9588acdeba85cdaac7b221c2 100644 (file)
@@ -346,5 +346,4 @@ zephyr_print(netdissect_options *ndo, const u_char *cp, int length)
 
 trunc:
     nd_print_trunc(ndo);
-    return;
 }