]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-babel.c
Remove useless 'return' at end of void functions (style)
[tcpdump] / print-babel.c
index 1671149a88c9c39e128571605d3bec5e04427cf0..d802a720f12f6dc6fcbd8054355d72e29da563be 100644 (file)
@@ -81,7 +81,6 @@ babel_print(netdissect_options *ndo,
 
  trunc:
     nd_print_trunc(ndo);
-    return;
 }
 
 /* TLVs */
@@ -861,5 +860,4 @@ babel_print_v2(netdissect_options *ndo,
 
  invalid:
     nd_print_invalid(ndo);
-    return;
 }