Fixed minor typo

This commit is contained in:
Sebastien Helleu 2004-01-19 00:00:13 +00:00
parent 38bf163c17
commit 59bd0b825d
2 changed files with 2 additions and 2 deletions

View File

@ -201,7 +201,7 @@ wee_parse_args (int argc, char *argv[])
else if ((strcmp (argv[i], "-h") == 0)
|| (strcmp (argv[i], "--help") == 0))
{
printf ("\n " WEE_USAGE1, argv[0]);
printf ("\n" WEE_USAGE1, argv[0]);
printf ("%s", WEE_USAGE2);
exit (0);
}

View File

@ -201,7 +201,7 @@ wee_parse_args (int argc, char *argv[])
else if ((strcmp (argv[i], "-h") == 0)
|| (strcmp (argv[i], "--help") == 0))
{
printf ("\n " WEE_USAGE1, argv[0]);
printf ("\n" WEE_USAGE1, argv[0]);
printf ("%s", WEE_USAGE2);
exit (0);
}