1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 13:56:37 +02:00

core: remove extra spaces in a comment

This commit is contained in:
Sébastien Helleu
2014-10-12 12:02:41 +02:00
parent b86bcc7ad3
commit b8b5cd26bc
+1 -1
View File
@@ -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"