summaryrefslogtreecommitdiff
path: root/print-openflow-1.0.c
diff options
context:
space:
mode:
Diffstat (limited to 'print-openflow-1.0.c')
-rw-r--r--print-openflow-1.0.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/print-openflow-1.0.c b/print-openflow-1.0.c
index 00c4fdd3..da0b8947 100644
--- a/print-openflow-1.0.c
+++ b/print-openflow-1.0.c
@@ -1265,8 +1265,7 @@ of10_match_print(netdissect_options *ndo,
&& ! (wildcards & OFPFW_NW_PROTO) && nw_proto == IPPROTO_ICMP
? "icmp_code" : "tp_dst";
ND_PRINT("%smatch %s %u", pfx, field_name, GET_BE_U_2(cp));
- }
- else
+ } else
ND_TCHECK_2(cp);
}