diff options
Diffstat (limited to 'source/fitz/draw-unpack.c')
-rw-r--r-- | source/fitz/draw-unpack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/fitz/draw-unpack.c b/source/fitz/draw-unpack.c index ad1076bd..77180f5c 100644 --- a/source/fitz/draw-unpack.c +++ b/source/fitz/draw-unpack.c @@ -70,7 +70,7 @@ init_get1_tables(void) } void -fz_unpack_tile(fz_context *ctx, fz_pixmap *dst, unsigned char * FZ_RESTRICT src, int n, int depth, size_t stride, int scale) +fz_unpack_tile(fz_context *ctx, fz_pixmap *dst, unsigned char *src, int n, int depth, size_t stride, int scale) { int pad, x, y, k, skip; int w = dst->w; |