Updated French translation.

Figuring out how many %s args are really needed.
This commit is contained in:
William Kendrick 2005-07-17 18:57:20 +00:00
parent b23e4e0e21
commit b3e8051fcf
3 changed files with 7 additions and 7 deletions

View file

@ -6221,7 +6221,8 @@ static void show_usage(FILE * f, char * prg)
#ifdef WIN32
blank,
#endif
blank, blank, blank, blank, blank);
blank, blank, blank,
blank);
free(blank);
}