]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ppp.c
PPP: Add a missing semicolon
[tcpdump] / print-ppp.c
index 8cd114b3352fe8e6c6d2fe1b901f8076116e3bb1..6d5d05bdb15014ac6612903d8273d1386ba9330e 100644 (file)
@@ -1761,7 +1761,7 @@ ppp_bsdos_if_print(netdissect_options *ndo _U_,
 
        if (caplen < PPP_BSDI_HDRLEN) {
                ND_PRINT((ndo, "[|ppp]"));
-               return (caplen)
+               return (caplen);
        }
 
        hdrlength = 0;