From d67f59b37a7177f5cf47ae9bfd580a19ca698b5f Mon Sep 17 00:00:00 2001 From: Sebastian Rasmussen Date: Wed, 15 Jun 2016 00:26:13 +0200 Subject: tiff: Add omitted static void return type. Commit 44d65838233baef2c16397847dca3061cde7ec4e accidentally omitted the return type when adding TIFF SGI LUV decoding. --- source/fitz/load-tiff.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/fitz/load-tiff.c b/source/fitz/load-tiff.c index 297d71dc..292c1b87 100644 --- a/source/fitz/load-tiff.c +++ b/source/fitz/load-tiff.c @@ -154,6 +154,7 @@ fz_decode_tiff_packbits(fz_context *ctx, struct tiff *tiff, fz_stream *chain, un fz_drop_stream(ctx, stm); } +static void fz_decode_tiff_sgilog16(fz_context *ctx, struct tiff *tiff, fz_stream *chain, unsigned char *wp, int wlen, int w) { fz_stream *stm = fz_open_sgilog16(ctx, chain, w); -- cgit v1.2.3