From 8359b90057ca881c8148b51c3d61e0cf8201746a Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Mon, 24 Apr 2017 15:48:45 -0500 Subject: [PATCH] [libpng16] Fix typo recently introduced in rpng-win.c --- contrib/gregbook/rpng-win.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/gregbook/rpng-win.c b/contrib/gregbook/rpng-win.c index 4254c17ef..1a6f87615 100644 --- a/contrib/gregbook/rpng-win.c +++ b/contrib/gregbook/rpng-win.c @@ -499,7 +499,7 @@ static int rpng_win_create_window(HINSTANCE hInst, int showmode) /* Guard against integer overflow */ if (image_height > ((size_t)(-1))/wimage_rowbytes) { - fprintf(stderr, PROGNAME ": image_data buffer would be too large\n", + fprintf(stderr, PROGNAME ": image_data buffer would be too large\n"); return 4; /* fail */ }