add molly-guard message

This commit is contained in:
tTh 2024-07-18 08:56:48 +02:00
parent e841207907
commit 7aab0e030a
1 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,7 @@ mot_clef mots_clef[] =
/*::------------------------------------------------------------------::*/ /*::------------------------------------------------------------------::*/
void usage() void usage()
{ {
fprintf(stderr, "* tga_equalize v 0.0.24 [%s] (dwtfywl) tonton Th\n", fprintf(stderr, "* tga_equalize v 0.0.25 [%s] (dwtfywl) tonton Th\n",
TGA_OUTILS_VERSION); TGA_OUTILS_VERSION);
fprintf(stderr, " compiled %s at %s\n", __DATE__, __TIME__); fprintf(stderr, " compiled %s at %s\n", __DATE__, __TIME__);
fprintf(stderr, "usage:\n\ttga_equalize avant.tga mode apres.tga [params]\n"); fprintf(stderr, "usage:\n\ttga_equalize avant.tga mode apres.tga [params]\n");
@ -129,6 +129,7 @@ switch (commande)
default: default:
fprintf(stderr, "unexpected command #%d\n", commande);
foo=-1; foo=-1;
break; break;
} }