From 734b613cf5b18354f4e4efde2f2464c28035f608 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 17 Jan 2007 13:14:08 +0000 Subject: [PATCH] fix the build svn path=/trunk/; revision=17175 --- modules/printbackends/cups/gtkprintbackendcups.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)