Skip to content

Commit 4e257c0

Browse files
committed
- WS
1 parent 29242cf commit 4e257c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/gd/libgd/gd_png.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ void gdImagePngCtxEx (gdImagePtr im, gdIOCtx * outfile, int level, int basefilte
490490
if (basefilter >= 0) {
491491
png_set_filter(png_ptr, PNG_FILTER_TYPE_BASE, basefilter);
492492
}
493-
493+
494494
/* can set this to a smaller value without compromising compression if all
495495
* image data is 16K or less; will save some decoder memory [min == 8]
496496
*/

0 commit comments

Comments
 (0)