]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Remove an unnecessary semicolon
authorFrancois-Xavier Le Bail <[email protected]>
Mon, 20 Mar 2017 19:31:59 +0000 (20:31 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Mon, 20 Mar 2017 19:31:59 +0000 (20:31 +0100)
print-mobility.c

index 71cc85b5bb05d5c490cbb726371e3358149cbb80..c7c03ee93a03c7f731c4811b336f587f637c5ab6 100644 (file)
@@ -326,7 +326,7 @@ mobility_print(netdissect_options *ndo,
        }
        if (ndo->ndo_vflag)
                if (mobility_opt_print(ndo, &bp[hlen], mhlen - hlen))
-                       goto trunc;;
+                       goto trunc;
 
        return(mhlen);