summaryrefslogtreecommitdiff
path: root/usr/src/cmd/pcitool/pcitool_ui.c
diff options
context:
space:
mode:
authorMilan Jurik <milan.jurik@xylab.cz>2012-02-18 19:52:02 +0100
committerMilan Jurik <milan.jurik@xylab.cz>2012-02-18 19:52:02 +0100
commit33f5ff17089e3a43e6e730bf80384c233123dbd9 (patch)
treefe2258608d48d89964b62de39d7ba9c0ceea67f5 /usr/src/cmd/pcitool/pcitool_ui.c
parentb54d0971a8fbfdfacbe9451070dd10e3a56a96ae (diff)
downloadillumos-joyent-33f5ff17089e3a43e6e730bf80384c233123dbd9.tar.gz
2077 lots of unreachable breaks in illumos gate
Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/cmd/pcitool/pcitool_ui.c')
-rw-r--r--usr/src/cmd/pcitool/pcitool_ui.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/cmd/pcitool/pcitool_ui.c b/usr/src/cmd/pcitool/pcitool_ui.c
index d47fe7fefa..b3c2888b46 100644
--- a/usr/src/cmd/pcitool/pcitool_ui.c
+++ b/usr/src/cmd/pcitool/pcitool_ui.c
@@ -20,6 +20,7 @@
*/
/*
* Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright 2012 Milan Jurik. All rights reserved.
*/
/*
@@ -823,10 +824,8 @@ get_confirmation()
case 'y':
case 'Y':
return (B_TRUE);
- break;
default:
return (B_FALSE);
- break;
}
}
}