X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/78651639891de4a150f23ab635ef940f6ee22d8e..10c9f6fdaa79a650df98ffe98017f282a0fcde4a:/print-openflow-1.3.c diff --git a/print-openflow-1.3.c b/print-openflow-1.3.c index b077e926..6dedf50b 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));