This commit is contained in:
tth 2022-06-30 12:49:59 +02:00
parent 00c6e55e6a
commit f018377957
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ fprintf(stderr, "* tga_television v 0.0.24 [%s] %s\n",
fprintf(stderr, " compiled %s at %s\n", __DATE__, __TIME__);
fprintf(stderr, "Usage:\n\ttga_television <src.tga> method <dst.tga> [params]\n");
Image_print_version(0);
liste_mots_clefs(mots_clef, 42);
if (flag) { liste_mots_clefs(mots_clef, 42); }
exit(5);
}
@ -70,7 +70,7 @@ srand(getpid());
if ( (src=Image_TGA_alloc_load(argv[1])) == NULL )
{
fprintf(stderr, "can't load '%s'\n", argv[1]);
fprintf(stderr, "can't load image file '%s'\n", argv[1]);
exit(1);
}