summaryrefslogtreecommitdiff
path: root/systemv/lppasswd.c
diff options
context:
space:
mode:
Diffstat (limited to 'systemv/lppasswd.c')
-rw-r--r--systemv/lppasswd.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/systemv/lppasswd.c b/systemv/lppasswd.c
index 7baa53a93..b9962ecfc 100644
--- a/systemv/lppasswd.c
+++ b/systemv/lppasswd.c
@@ -3,7 +3,7 @@
*
* MD5 password program for CUPS.
*
- * Copyright 2007-2010 by Apple Inc.
+ * Copyright 2007-2011 by Apple Inc.
* Copyright 1997-2006 by Easy Software Products.
*
* These coded instructions, statements, and computer programs are the
@@ -48,7 +48,7 @@
* Local functions...
*/
-static void usage(FILE *fp);
+static void usage(FILE *fp) __attribute__((noreturn));
/*
@@ -429,7 +429,7 @@ main(int argc, /* I - Number of command-line arguments */
if (error)
{
_cupsLangPuts(stderr, _("lppasswd: Password file not updated."));
-
+
unlink(passwdnew);
return (1);
@@ -475,7 +475,7 @@ usage(FILE *fp) /* I - File to send usage to */
if (getuid())
_cupsLangPuts(fp, _("Usage: lppasswd [-g groupname]"));
else
- _cupsLangPuts(fp,
+ _cupsLangPuts(fp,
_("Usage: lppasswd [-g groupname] [username]\n"
" lppasswd [-g groupname] -a [username]\n"
" lppasswd [-g groupname] -x [username]"));