summaryrefslogtreecommitdiff
path: root/src/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/io.c')
-rw-r--r--src/io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io.c b/src/io.c
index b3227eb..e3b9bcb 100644
--- a/src/io.c
+++ b/src/io.c
@@ -105,7 +105,7 @@ process_line(char *line)
cmd[strlen(ctx->commands[i].name)] != ' ')
continue;
- ctx->commands[i].callback(ctx, 0, NULL);
+ ctx->commands[i].callback(ctx);
break;
}
}