]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix compile error.
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Fri, 23 Oct 2015 18:56:11 +0000 (18:56 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Fri, 23 Oct 2015 18:56:11 +0000 (18:56 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12912 a1ca3aef-8c08-0410-bb20-df032aa958be

filter/raster.c

index a921433803406ae4010f79902bcda8684f27fd93..879012fd455b1a0e6451313be6714eba04c82d9c 100644 (file)
@@ -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);
 }