mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[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)
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user