diff options
Diffstat (limited to 'usr/src/cmd/power/sys-suspend.c')
-rw-r--r-- | usr/src/cmd/power/sys-suspend.c | 2 |
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; } } |