[libpng16] Fix a bad indent in pngvalid.c

This commit is contained in:
Glenn Randers-Pehrson 2016-07-13 17:21:31 -05:00
parent 0fd9a249de
commit 9b14f5f85a

View File

@ -1115,7 +1115,7 @@ store_warning(png_structp ppIn, png_const_charp message)
if (!ps->expect_warning) if (!ps->expect_warning)
store_log(ps, pp, message, 0 /* warning */); store_log(ps, pp, message, 0 /* warning */);
else else
ps->saw_warning = 1; ps->saw_warning = 1;
} }
/* These somewhat odd functions are used when reading an image to ensure that /* These somewhat odd functions are used when reading an image to ensure that