From 33f5ff17089e3a43e6e730bf80384c233123dbd9 Mon Sep 17 00:00:00 2001 From: Milan Jurik Date: Sat, 18 Feb 2012 19:52:02 +0100 Subject: 2077 lots of unreachable breaks in illumos gate Reviewed by: Dan McDonald Reviewed by: Garrett D'Amore Approved by: Richard Lowe --- usr/src/cmd/format/menu_command.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr/src/cmd/format') diff --git a/usr/src/cmd/format/menu_command.c b/usr/src/cmd/format/menu_command.c index e1ca030e66..29f95af78b 100644 --- a/usr/src/cmd/format/menu_command.c +++ b/usr/src/cmd/format/menu_command.c @@ -20,6 +20,7 @@ */ /* * Copyright (c) 1993, 2010, Oracle and/or its affiliates. All rights reserved. + * Copyright 2012 Milan Jurik. All rights reserved. */ /* @@ -497,10 +498,9 @@ c_type() } } return (0); - break; default: - /* Should never happen */ - return (-1); + /* Should never happen */ + return (-1); } } else if ((index == other_choice) && (cur_label == L_TYPE_SOLARIS)) { /* -- cgit v1.2.3