From: Michael R Sweet Date: Thu, 21 Feb 2019 17:35:04 +0000 (-0500) Subject: Fix typo. X-Git-Tag: v2.2.11~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1178267306a910f8fe4cfdf84e86fea300d2f8f6;p=thirdparty%2Fcups.git Fix typo. --- diff --git a/scheduler/main.c b/scheduler/main.c index 588aadc85d..2b8db00a11 100644 --- a/scheduler/main.c +++ b/scheduler/main.c @@ -1622,7 +1622,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 */