diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2004-01-19 00:00:13 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2004-01-19 00:00:13 +0000 |
commit | 59bd0b825df00bd73073d7ecf7e1bde43a65c67c (patch) | |
tree | 95e0ba920820749b27e517a58a00bbb4231f048d /src/common/weechat.c | |
parent | 38bf163c173395571ca2772eda23bf162713a912 (diff) | |
download | weechat-59bd0b825df00bd73073d7ecf7e1bde43a65c67c.zip |
Fixed minor typo
Diffstat (limited to 'src/common/weechat.c')
-rw-r--r-- | src/common/weechat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/weechat.c b/src/common/weechat.c index 0de07f37d..a64d3022d 100644 --- a/src/common/weechat.c +++ b/src/common/weechat.c @@ -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); } |