summaryrefslogtreecommitdiff
path: root/usr/src/cmd/pcitool/pcitool_ui.c
diff options
context:
space:
mode:
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;
}
}
}