diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-10-12 12:02:41 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-10-12 12:02:41 +0200 |
commit | b8b5cd26bc733c3ab44740314d3703249e02f2e3 (patch) | |
tree | 364a76d913a2513d982026fc30ffe86771cc33a7 | |
parent | b86bcc7ad379f512dce6af326b38e5ddd91672b5 (diff) | |
download | weechat-b8b5cd26bc733c3ab44740314d3703249e02f2e3.zip |
core: remove extra spaces in a comment
-rw-r--r-- | src/core/wee-string.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-string.c b/src/core/wee-string.c index 5be100988..860f2967f 100644 --- a/src/core/wee-string.c +++ b/src/core/wee-string.c @@ -1473,7 +1473,7 @@ string_replace_regex (const char *string, void *regex, const char *replace, * array[1] = "de" * array[2] = "fghi" * array[3] = NULL - * string_split ("abc de fghi", " ", 1, 0, NULL) + * string_split ("abc de fghi", " ", 1, 0, NULL) * ==> array[0] = "abc de fghi" * array[1] = "de fghi" * array[2] = "fghi" |