X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/abc8c2d61c65757011d9d32abb01cd1e51232f3a..refs/pull/1034/head:/print-tftp.c diff --git a/print-tftp.c b/print-tftp.c index e90fb68c..39fc6964 100644 --- a/print-tftp.c +++ b/print-tftp.c @@ -27,8 +27,6 @@ #include "netdissect-stdinc.h" -#include - #include "netdissect.h" #include "extract.h" @@ -197,5 +195,4 @@ tftp_print(netdissect_options *ndo, return; trunc: nd_print_trunc(ndo); - return; }