]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - filter/raster.c
Fix compile error.
[thirdparty/cups.git] / 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);
 }