mirror of
https://github.com/php/php-src.git
synced 2024-11-29 21:04:10 +08:00
MFH: fixed typos
This commit is contained in:
parent
d01257ffd9
commit
a2bc965760
@ -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");
|
||||
|
@ -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…
Reference in New Issue
Block a user