From ef9c0e9b19dc43d66911cf80c435295e807455a5 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Mon, 2 Nov 2009 15:42:31 -0600 Subject: [PATCH] [devel] Fixed typo in pngrtran.c --- pngrtran.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pngrtran.c b/pngrtran.c index 60fa8e786..fafaf687a 100644 --- a/pngrtran.c +++ b/pngrtran.c @@ -1315,7 +1315,7 @@ png_do_read_transformations(png_structp png_ptr) if (png_ptr->row_buf == NULL) { -#ifdef PNG_STDIO_SUPPORTED) +#ifdef PNG_STDIO_SUPPORTED char msg[50]; png_snprintf2(msg, 50,