Browse Source

Fixed compiler warning (found by Larry Rosenman <ler@lerctr.org>)

migration/unlabaled-1.3.2
Ilia Alshanetsky 23 years ago
parent
commit
35f8be6bcc
  1. 2
      ext/gd/libgd/gd_png.c

2
ext/gd/libgd/gd_png.c

@ -413,7 +413,7 @@ void * gdImagePngPtrEx (gdImagePtr im, int *size, int level)
void gdImagePngCtx (gdImagePtr im, gdIOCtx * outfile)
{
return gdImagePngCtxEx(im, outfile, -1);
gdImagePngCtxEx(im, outfile, -1);
}
/* This routine is based in part on code from Dale Lutz (Safe Software Inc.)

Loading…
Cancel
Save