From aae410b9dc0bfcb5666b4bc792426f2ba505f850 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 8 Feb 2012 11:23:37 -0800 Subject: [PATCH] ofp-print: Fix up doubled "break;". Reported-by: Justin Pettit Signed-off-by: Ben Pfaff --- lib/ofp-print.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/ofp-print.c b/lib/ofp-print.c index 5eb9f8a5..9a50c339 100644 --- a/lib/ofp-print.c +++ b/lib/ofp-print.c @@ -1459,8 +1459,6 @@ ofp_to_string__(const struct ofp_header *oh, ofp_print_nxt_set_packet_in_format(string, msg); break; - break; - case OFPUTIL_NXT_FLOW_AGE: break; -- 2.30.2