diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-09-20 18:23:55 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-09-28 17:04:08 +0200 |
commit | 6288c273b66fa124b58af66026151fff1d5931c2 (patch) | |
tree | 3dfb176264e9b438abf7bab210a6076833e11f9b /print-eap.c | |
parent | 2bddf3b1f755b0bdd0255ddc7735f1d989a1d59a (diff) | |
download | tcpdump-6288c273b66fa124b58af66026151fff1d5931c2.tar.gz |
Remove useless 'return' at end of void functions (style)
Diffstat (limited to 'print-eap.c')
-rw-r--r-- | print-eap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/print-eap.c b/print-eap.c index 82d6084a..00d40889 100644 --- a/print-eap.c +++ b/print-eap.c @@ -254,7 +254,6 @@ eap_print(netdissect_options *ndo, return; trunc: nd_print_trunc(ndo); - return; } void |