diff --git a/libtiff/tif_getimage.c b/libtiff/tif_getimage.c index af5a1a5a..c4d030a3 100644 --- a/libtiff/tif_getimage.c +++ b/libtiff/tif_getimage.c @@ -1,4 +1,4 @@ -/* $Header: /cvs/maptools/cvsroot/libtiff/libtiff/tif_getimage.c,v 1.23 2002-12-05 17:57:26 warmerda Exp $ */ +/* $Header: /cvs/maptools/cvsroot/libtiff/libtiff/tif_getimage.c,v 1.24 2002-12-21 04:19:33 warmerda Exp $ */ /* * Copyright (c) 1991-1997 Sam Leffler @@ -543,7 +543,7 @@ gtTileSeparate(TIFFRGBAImage* img, uint32* raster, uint32 w, uint32 h) TIFF* tif = img->tif; tileSeparateRoutine put = img->put.separate; uint16 orientation; - uint32 col, row, y, rowstoread; + uint32 col, row, y, rowstoread; uint32 pos; uint32 tw, th; u_char* buf;