summaryrefslogtreecommitdiff
path: root/scheduler
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2019-02-21 12:33:31 -0500
committerMichael R Sweet <michael.r.sweet@gmail.com>2019-02-21 12:33:31 -0500
commit2db15a26b859197c7f14e22431c9557b16a2f42c (patch)
tree6c5c24a38522028c2a5aeeebb1f8f1e250b8b533 /scheduler
parent9bdea94b145114057c8016c3f182d758e576a9ff (diff)
downloadcups-2db15a26b859197c7f14e22431c9557b16a2f42c.tar.gz
Fix typo.
Diffstat (limited to 'scheduler')
-rw-r--r--scheduler/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/scheduler/main.c b/scheduler/main.c
index 22372d4f1..616cf2c37 100644
--- a/scheduler/main.c
+++ b/scheduler/main.c
@@ -1628,7 +1628,6 @@ select_timeout(int fds) /* I - Number of descriptors returned */
time_t now; /* Current time */
cupsd_client_t *con; /* Client information */
cupsd_job_t *job; /* Job information */
- cupsd_printer_t *printer; /* Printer information */
const char *why; /* Debugging aid */