mirror of
https://github.com/php/php-src.git
synced 2025-01-23 12:13:37 +08:00
fixed typos
This commit is contained in:
parent
e2fa0bbf23
commit
95651ba360
ext/gd/libgd
@ -37,7 +37,7 @@ main (int argc, char **argv)
|
|||||||
fclose (in);
|
fclose (in);
|
||||||
if (!im)
|
if (!im)
|
||||||
{
|
{
|
||||||
fprintf (stderr, "Input is not in PNG format!\n");
|
fprintf (stderr, "Input is not in GD2 format!\n");
|
||||||
exit (1);
|
exit (1);
|
||||||
}
|
}
|
||||||
out = fopen (argv[2], "wb");
|
out = fopen (argv[2], "wb");
|
||||||
|
@ -26,7 +26,7 @@ main (int argc, char **argv)
|
|||||||
fclose (in);
|
fclose (in);
|
||||||
if (!im)
|
if (!im)
|
||||||
{
|
{
|
||||||
fprintf (stderr, "Input is not in PNG format!\n");
|
fprintf (stderr, "Input is not in GD format!\n");
|
||||||
exit (1);
|
exit (1);
|
||||||
}
|
}
|
||||||
out = fopen (argv[2], "wb");
|
out = fopen (argv[2], "wb");
|
||||||
|
Loading…
Reference in New Issue
Block a user