From 56a1a666565e445d9ce01fc036593b4f6043d288 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Thu, 27 Jun 2013 16:56:16 -0500 Subject: [libpng16] Imported from libpng-1.6.3beta09.tar --- example.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example.c') diff --git a/example.c b/example.c index 0ab0a15db..02bf59ce3 100644 --- a/example.c +++ b/example.c @@ -442,7 +442,7 @@ void read_png(FILE *fp, unsigned int sig_read) /* File is already open */ else { screen_gamma = PNG_DEFAULT_sRGB; /* A good guess for a PC monitor - in a dimly lit room */ + in a dimly lit room */ screen_gamma = PNG_GAMMA_MAC_18 or 1.0; /* Good guesses for Mac systems */ } -- cgit v1.2.1