cosmetic
This commit is contained in:
parent
00c6e55e6a
commit
f018377957
@ -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, " compiled %s at %s\n", __DATE__, __TIME__);
|
||||||
fprintf(stderr, "Usage:\n\ttga_television <src.tga> method <dst.tga> [params]\n");
|
fprintf(stderr, "Usage:\n\ttga_television <src.tga> method <dst.tga> [params]\n");
|
||||||
Image_print_version(0);
|
Image_print_version(0);
|
||||||
liste_mots_clefs(mots_clef, 42);
|
if (flag) { liste_mots_clefs(mots_clef, 42); }
|
||||||
|
|
||||||
exit(5);
|
exit(5);
|
||||||
}
|
}
|
||||||
@ -70,7 +70,7 @@ srand(getpid());
|
|||||||
|
|
||||||
if ( (src=Image_TGA_alloc_load(argv[1])) == NULL )
|
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);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user