From: msweet Date: Fri, 23 Oct 2015 18:56:11 +0000 (+0000) Subject: Fix compile error. X-Git-Tag: v2.2b1~177 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=58e9f2680faacf9fe558a67fc7d494602b1c5e55;p=thirdparty%2Fcups.git Fix compile error. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12912 a1ca3aef-8c08-0410-bb20-df032aa958be --- diff --git a/filter/raster.c b/filter/raster.c index a921433803..879012fd45 100644 --- a/filter/raster.c +++ b/filter/raster.c @@ -1345,6 +1345,8 @@ cups_raster_update(cups_raster_t *r) /* I - Raster stream */ r->pend = r->pixels + r->header.cupsBytesPerLine; r->count = 0; } + + return (1); }