diff options
Diffstat (limited to 'src/3rdparty/libpng/pngread.c')
-rw-r--r-- | src/3rdparty/libpng/pngread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/libpng/pngread.c b/src/3rdparty/libpng/pngread.c index 269a6be0d..80d0ba042 100644 --- a/src/3rdparty/libpng/pngread.c +++ b/src/3rdparty/libpng/pngread.c @@ -1412,7 +1412,7 @@ png_read_png(png_structp png_ptr, png_infop info_ptr, png_read_end(png_ptr, info_ptr); if(transforms == 0 || params == NULL) - /* tquiet compiler warnings */ return; + /* quiet compiler warnings */ return; } #endif |