From 6288c273b66fa124b58af66026151fff1d5931c2 Mon Sep 17 00:00:00 2001 From: Francois-Xavier Le Bail Date: Sun, 20 Sep 2020 18:23:55 +0200 Subject: Remove useless 'return' at end of void functions (style) --- print-ap1394.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'print-ap1394.c') diff --git a/print-ap1394.c b/print-ap1394.c index 8e6454dd..37298d01 100644 --- a/print-ap1394.c +++ b/print-ap1394.c @@ -123,6 +123,4 @@ ap1394_if_print(netdissect_options *ndo, const struct pcap_pkthdr *h, const u_ch if (!ndo->ndo_suppress_default_print) ND_DEFAULTPRINT(p, caplen); } - - return; } -- cgit v1.2.1