MFH: fixed typos

This commit is contained in:
Takeshi Abe 2009-02-13 16:03:02 +00:00
parent d01257ffd9
commit a2bc965760
2 changed files with 2 additions and 2 deletions

View File

@ -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");

View File

@ -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");