summaryrefslogtreecommitdiff
path: root/berkeley/lpq.c
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2012-10-25 21:07:57 +0200
committerDidier Raboud <odyx@debian.org>2012-10-25 21:07:57 +0200
commit81ab83f382660bc7980ae954725c4ebf28764b03 (patch)
tree523268f698a63a8fd44f3491d94d140266b2403b /berkeley/lpq.c
parenta75966e33dbc3e3e096338fd332f515cb313b58a (diff)
downloadcups-upstream/1.6.0.tar.gz
Imported Upstream version 1.6.0upstream/1.6.0
Diffstat (limited to 'berkeley/lpq.c')
-rw-r--r--berkeley/lpq.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/berkeley/lpq.c b/berkeley/lpq.c
index a5285bdd..cdc00147 100644
--- a/berkeley/lpq.c
+++ b/berkeley/lpq.c
@@ -1,5 +1,5 @@
/*
- * "$Id: lpq.c 10545 2012-07-16 17:16:46Z mike $"
+ * "$Id: lpq.c 10540 2012-07-16 16:50:32Z mike $"
*
* "lpq" command for CUPS.
*
@@ -39,7 +39,7 @@ static http_t *connect_server(const char *, http_t *);
static int show_jobs(const char *, http_t *, const char *,
const char *, const int, const int);
static void show_printer(const char *, http_t *, const char *);
-static void usage(void);
+static void usage(void) __attribute__((noreturn));
/*
@@ -678,5 +678,5 @@ usage(void)
/*
- * End of "$Id: lpq.c 10545 2012-07-16 17:16:46Z mike $".
+ * End of "$Id: lpq.c 10540 2012-07-16 16:50:32Z mike $".
*/