summaryrefslogtreecommitdiff
path: root/pngwutil.c
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2010-06-24 16:19:52 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2010-06-25 20:20:16 -0500
commitc5f6fa110a0606a26729f6dbbb8c727351e971ba (patch)
treef77101c57e027745fa6a482ee6c792fdc8ebde4c /pngwutil.c
parent90cfcecc09febb8d6c8c1d37ea7bb7cf0f4b00f3 (diff)
downloadlibpng-c5f6fa110a0606a26729f6dbbb8c727351e971ba.tar.gz
[master] Imported from libpng-1.4.3rc03.tarv1.4.3rc03
Diffstat (limited to 'pngwutil.c')
-rw-r--r--pngwutil.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pngwutil.c b/pngwutil.c
index 20cff3203..19feb1d98 100644
--- a/pngwutil.c
+++ b/pngwutil.c
@@ -2106,7 +2106,7 @@ png_write_find_filter(png_structp png_ptr, png_row_infop row_info)
png_uint_32 row_bytes = row_info->rowbytes;
#ifdef PNG_WRITE_WEIGHTED_FILTER_SUPPORTED
int num_p_filters = (int)png_ptr->num_prev_filters;
-#endif
+#endif
png_debug(1, "in png_write_find_filter");
@@ -2116,7 +2116,7 @@ png_write_find_filter(png_structp png_ptr, png_row_infop row_info)
/* These will never be selected so we need not test them. */
filter_to_do &= ~(PNG_FILTER_UP | PNG_FILTER_PAETH);
}
-#endif
+#endif
/* Find out how many bytes offset each pixel is */
bpp = (row_info->pixel_depth + 7) >> 3;