mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 04:16:38 +02:00
spelling: at
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Sébastien Helleu
parent
ef107fd66d
commit
a464135f39
@@ -2978,7 +2978,7 @@ string_split_command (const char *command, char separator)
|
||||
buffer[str_idx] = '\0';
|
||||
str_idx = -1;
|
||||
p = buffer;
|
||||
/* strip white spaces a the beginning of the line */
|
||||
/* strip white spaces at the beginning of the line */
|
||||
while (*p == ' ') p++;
|
||||
if (p && p[0])
|
||||
array[arr_idx++] = strdup (p);
|
||||
|
||||
Reference in New Issue
Block a user