[libpng16] Fix a bad indent in pngvalid.c
This commit is contained in:
parent
0fd9a249de
commit
9b14f5f85a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user