mirror of
https://github.com/php/php-src.git
synced 2025-08-17 14:38:49 +02:00
MFH: fixed typos
This commit is contained in:
parent
d01257ffd9
commit
a2bc965760
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue