summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2014-11-06 23:17:35 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2014-11-06 23:17:35 -0600
commit985dc00f1f7269f0c3a3462f4d51139a0c879c8c (patch)
treee4df5a056e7e1a9eacac2edcbd6cd37f1724f300
parentcda68df8c17ac23083904c580a6115b06aa8675d (diff)
downloadlibpng-985dc00f1f7269f0c3a3462f4d51139a0c879c8c.tar.gz
[libpng16] Fix typo in example.c
-rw-r--r--example.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example.c b/example.c
index 8bb27d79f..97a537e3a 100644
--- a/example.c
+++ b/example.c
@@ -494,7 +494,7 @@ void read_png(FILE *fp, unsigned int sig_read) /* File is already open */
max_screen_colors, histogram, 0);
}
}
-#endif /* READ_QUANTIZE /
+#endif /* READ_QUANTIZE */
/* Invert monochrome files to have 0 as white and 1 as black */
png_set_invert_mono(png_ptr);