X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/d35e4bf44447a68fb45caa8d048b4b2511be944e..9a3a64a3bced3e5dbafaab25ffe78dc9439a7b30:/print-openflow-1.3.c diff --git a/print-openflow-1.3.c b/print-openflow-1.3.c index 8008c2f3..eb66fd9f 100644 --- a/print-openflow-1.3.c +++ b/print-openflow-1.3.c @@ -676,7 +676,7 @@ of13_port_print(netdissect_options *ndo, cp += 4; /* state */ ND_PRINT("\n\t state 0x%08x", GET_BE_U_4(cp)); - of_bitmap_print(ndo, ofpps_bm, GET_BE_U_4(cp), OFPPS_U);; + of_bitmap_print(ndo, ofpps_bm, GET_BE_U_4(cp), OFPPS_U); cp += 4; /* curr */ ND_PRINT("\n\t curr 0x%08x", GET_BE_U_4(cp));