diff --git a/src/modules/_Image_TIFF/image_tiff.c b/src/modules/_Image_TIFF/image_tiff.c index 89a3966669022c6324fbfb20cdf6ea85bf7c18d6..0ced22d07d3068f33f53c9cb90891af231df3b1c 100644 --- a/src/modules/_Image_TIFF/image_tiff.c +++ b/src/modules/_Image_TIFF/image_tiff.c @@ -7,7 +7,7 @@ */ #ifdef HAVE_LIBTIFF -RCSID("$Id: image_tiff.c,v 1.19 2000/08/25 16:31:00 grubba Exp $"); +RCSID("$Id: image_tiff.c,v 1.20 2000/08/25 16:35:54 grubba Exp $"); #include "global.h" #include "machine.h" @@ -167,7 +167,7 @@ static toff_t seek_buffer(thandle_t bh, toff_t seek, int seek_type ) } /* Complies with the TIFFCloseProc API. */ -static int close_buffer(thandle_t buffer_handle) +static int close_buffer(thandle_t bh) { struct buffer *buffer_handle = (struct buffer *)bh;