aboutsummaryrefslogtreecommitdiff
path: root/cmd-string.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd-string.c')
-rw-r--r--cmd-string.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd-string.c b/cmd-string.c
index 2cf63294..7c6d9ad6 100644
--- a/cmd-string.c
+++ b/cmd-string.c
@@ -133,7 +133,8 @@ cmd_string_parse(const char *s, struct cmd_list **cmdlist, const char *file,
if (argc == 0)
goto out;
- *cmdlist = cmd_list_parse(argc, argv, file, line, cause);
+ *cmdlist = cmd_list_parse(argc, argv, file, line,
+ cause);
if (*cmdlist == NULL)
goto out;