[libpng17] Fix one incorrect indent in pngvalid.c

This commit is contained in:
Glenn Randers-Pehrson
2016-07-13 17:19:58 -05:00
parent bdb730a593
commit 9743d58bc0
4 changed files with 6 additions and 6 deletions

View File

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