stripped off bare <CR> line

This commit is contained in:
Frank Warmerdam 2002-12-21 04:19:33 +00:00
parent 8ae9d8798a
commit 38b2a8e3b5

View File

@ -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;