Browse Source

MFH: fixed typos

experimental/5.3-FPM
Takeshi Abe 17 years ago
parent
commit
a2bc965760
  1. 2
      ext/gd/libgd/gdparttopng.c
  2. 2
      ext/gd/libgd/gdtopng.c

2
ext/gd/libgd/gdparttopng.c

@ -37,7 +37,7 @@ main (int argc, char **argv)
fclose (in);
if (!im)
{
fprintf (stderr, "Input is not in PNG format!\n");
fprintf (stderr, "Input is not in GD2 format!\n");
exit (1);
}
out = fopen (argv[2], "wb");

2
ext/gd/libgd/gdtopng.c

@ -26,7 +26,7 @@ main (int argc, char **argv)
fclose (in);
if (!im)
{
fprintf (stderr, "Input is not in PNG format!\n");
fprintf (stderr, "Input is not in GD format!\n");
exit (1);
}
out = fopen (argv[2], "wb");

Loading…
Cancel
Save