1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

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
+1 -1
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);
}
+1 -1
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);
}