diff options
author | Didier Raboud <odyx@debian.org> | 2012-10-25 21:07:57 +0200 |
---|---|---|
committer | Didier Raboud <odyx@debian.org> | 2012-10-25 21:07:57 +0200 |
commit | 81ab83f382660bc7980ae954725c4ebf28764b03 (patch) | |
tree | 523268f698a63a8fd44f3491d94d140266b2403b /systemv/lpoptions.c | |
parent | a75966e33dbc3e3e096338fd332f515cb313b58a (diff) | |
download | cups-upstream/1.6.0.tar.gz |
Imported Upstream version 1.6.0upstream/1.6.0
Diffstat (limited to 'systemv/lpoptions.c')
-rw-r--r-- | systemv/lpoptions.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/systemv/lpoptions.c b/systemv/lpoptions.c index 438fcf2a..6b938245 100644 --- a/systemv/lpoptions.c +++ b/systemv/lpoptions.c @@ -1,5 +1,5 @@ /* - * "$Id: lpoptions.c 9793 2011-05-20 03:49:49Z mike $" + * "$Id: lpoptions.c 9950 2011-09-01 23:02:24Z mike $" * * Printer option program for CUPS. * @@ -33,7 +33,7 @@ static void list_group(ppd_file_t *ppd, ppd_group_t *group); static void list_options(cups_dest_t *dest); -static void usage(void); +static void usage(void) __attribute__((noreturn)); /* @@ -561,5 +561,5 @@ usage(void) /* - * End of "$Id: lpoptions.c 9793 2011-05-20 03:49:49Z mike $". + * End of "$Id: lpoptions.c 9950 2011-09-01 23:02:24Z mike $". */ |