diff options
-rw-r--r-- | modules/printbackends/cups/gtkprintbackendcups.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/printbackends/cups/gtkprintbackendcups.c b/modules/printbackends/cups/gtkprintbackendcups.c index a758e0e6ad..3e8e690b13 100644 --- a/modules/printbackends/cups/gtkprintbackendcups.c +++ b/modules/printbackends/cups/gtkprintbackendcups.c @@ -524,7 +524,7 @@ cups_dispatch_watch_check (GSource *source) dispatch->data_poll->fd = httpGetFd (dispatch->request->http); #else dispatch->data_poll->fd = dispatch->request->http->fd; -#fi +#endif } if (poll_state != GTK_CUPS_HTTP_IDLE) |