From aae410b9dc0bfcb5666b4bc792426f2ba505f850 Mon Sep 17 00:00:00 2001
From: Ben Pfaff <blp@nicira.com>
Date: Wed, 8 Feb 2012 11:23:37 -0800
Subject: [PATCH] ofp-print: Fix up doubled "break;".

Reported-by: Justin Pettit <jpettit@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
---
 lib/ofp-print.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/ofp-print.c b/lib/ofp-print.c
index 5eb9f8a5b..9a50c3392 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.47.0