mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
fixed typos
This commit is contained in:
parent
e2fa0bbf23
commit
95651ba360
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue