From ed387b94588e71412d4e1a6868f5ffd80614b148 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Fri, 25 Aug 2000 18:35:54 +0200 Subject: [PATCH] Oops, typo. Rev: src/modules/_Image_TIFF/image_tiff.c:1.20 --- src/modules/_Image_TIFF/image_tiff.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/_Image_TIFF/image_tiff.c b/src/modules/_Image_TIFF/image_tiff.c index 89a3966669..0ced22d07d 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; -- GitLab