summaryrefslogtreecommitdiff
path: root/example.c
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2013-06-27 16:56:16 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2013-06-27 18:01:30 -0500
commit56a1a666565e445d9ce01fc036593b4f6043d288 (patch)
treeb1e68f314d112bf3b87dbb42f0234d0167d01c81 /example.c
parentd992e05da86efdbdceecfceffaf1f0d9b53e5bcb (diff)
downloadlibpng-56a1a666565e445d9ce01fc036593b4f6043d288.tar.gz
[libpng16] Imported from libpng-1.6.3beta09.tarv1.6.3beta09
Diffstat (limited to 'example.c')
-rw-r--r--example.c2
1 files changed, 1 insertions, 1 deletions
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 */
}