[devel] Removed some newly-added TAB characters.

This commit is contained in:
Glenn Randers-Pehrson
2010-07-12 07:12:09 -05:00
parent f1202087f8
commit d9d4cecaad
5 changed files with 33 additions and 29 deletions

View File

@@ -269,7 +269,7 @@ png_inflate(png_structp png_ptr, const png_byte *data, png_size_t size,
{
PNG_CONST char *msg;
#ifdef PNG_CONSOLE_IO_SUPPORTED
char umsg[52];
char umsg[52];
#endif
if (png_ptr->zstream.msg != 0)
msg = png_ptr->zstream.msg;