summaryrefslogtreecommitdiff
path: root/pngstruct.h
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2014-11-07 07:41:16 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2014-11-07 07:41:16 -0600
commit05e11008c0479200f9b82cb1ceb872fd9337e214 (patch)
treeeb84710eabab3fba614d8d1d31cfe7387e50c0aa /pngstruct.h
parent40656e98552851932d4fb841ab9fffd586406f2a (diff)
[libpng16] More "#endif" housecleaning, in *.h
Diffstat (limited to 'pngstruct.h')
-rw-r--r--pngstruct.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pngstruct.h b/pngstruct.h
index d58c02884..c1dd026a9 100644
--- a/pngstruct.h
+++ b/pngstruct.h
@@ -274,7 +274,7 @@ struct png_struct_def
#ifdef PNG_READ_GAMMA_SUPPORTED
png_color_16 background_1; /* background normalized to gamma 1.0 */
#endif
-#endif /* PNG_bKGD_SUPPORTED */
+#endif /* bKGD */
#ifdef PNG_WRITE_FLUSH_SUPPORTED
png_flush_ptr output_flush_fn; /* Function for flushing output */
@@ -331,7 +331,7 @@ struct png_struct_def
int process_mode; /* what push library is currently doing */
int cur_palette; /* current push library palette index */
-#endif /* PNG_PROGRESSIVE_READ_SUPPORTED */
+#endif /* PROGRESSIVE_READ */
#if defined(__TURBOC__) && !defined(_Windows) && !defined(__FLAT__)
/* For the Borland special 64K segment handler */