diff options
Diffstat (limited to 'src/cmd.c')
| -rw-r--r-- | src/cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -120,7 +120,7 @@ static void err_no_scr_target(void) { "part #channel I'm outta here\0" after nextarg(), arg points to "part\0" only, and ret points to "#channel I'm outta here\0". */ -static char *nextarg(char *arg) { +char *nextarg(char *arg) { /* iterate over the first word */ while(*arg && *arg != ' ') arg++; |
