summaryrefslogtreecommitdiff
path: root/usr/src/cmd/power/sys-suspend.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/power/sys-suspend.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/power/sys-suspend.c')
-rw-r--r--usr/src/cmd/power/sys-suspend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/power/sys-suspend.c b/usr/src/cmd/power/sys-suspend.c
index c618dcf35e..c9116cd23a 100644
--- a/usr/src/cmd/power/sys-suspend.c
+++ b/usr/src/cmd/power/sys-suspend.c
@@ -21,6 +21,7 @@
/*
* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
+ * Copyright 2012 Milan Jurik. All rights reserved.
*/
/*
@@ -641,7 +642,6 @@ main(int argc, char **argv)
(void) printf(gettext("USAGE: suspend "
"[-fnxh] [-d <display>]\n"));
return (1);
- break;
}
}