Typo fixed.

This commit is contained in:
Andrey Kiselev 2003-10-18 15:42:50 +00:00
parent 5ac3cddb84
commit 5ec2639f33

View File

@ -1,4 +1,4 @@
/* $Header: /cvs/maptools/cvsroot/libtiff/libtiff/tif_getimage.c,v 1.27 2003-10-03 11:21:23 dron Exp $ */ /* $Header: /cvs/maptools/cvsroot/libtiff/libtiff/tif_getimage.c,v 1.28 2003-10-18 15:42:50 dron Exp $ */
/* /*
* Copyright (c) 1991-1997 Sam Leffler * Copyright (c) 1991-1997 Sam Leffler
@ -215,7 +215,7 @@ TIFFRGBAImageBegin(TIFFRGBAImage* img, TIFF* tif, int stop, char emsg[1024])
case 8: case 16: case 8: case 16:
break; break;
default: default:
sprintf(emsg, "Sorry, can not image with %d-bit samples", sprintf(emsg, "Sorry, can not handle images with %d-bit samples",
img->bitspersample); img->bitspersample);
return (0); return (0);
} }