mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng12] Removed a stray semicolon after PNG_UNUSED(params) in pngread.c
This commit is contained in:
parent
370acba438
commit
f0ba5390c0
@ -1501,7 +1501,7 @@ png_read_png(png_structp png_ptr, png_infop info_ptr,
|
|||||||
png_read_end(png_ptr, info_ptr);
|
png_read_end(png_ptr, info_ptr);
|
||||||
|
|
||||||
PNG_UNUSED(transforms) /* Quiet compiler warnings */
|
PNG_UNUSED(transforms) /* Quiet compiler warnings */
|
||||||
PNG_UNUSED(params);
|
PNG_UNUSED(params)
|
||||||
|
|
||||||
}
|
}
|
||||||
#endif /* PNG_INFO_IMAGE_SUPPORTED */
|
#endif /* PNG_INFO_IMAGE_SUPPORTED */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user