summaryrefslogtreecommitdiffstats
path: root/cmd-if-shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd-if-shell.c')
-rw-r--r--cmd-if-shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-if-shell.c b/cmd-if-shell.c
index 4f348a7e..e73e8d5d 100644
--- a/cmd-if-shell.c
+++ b/cmd-if-shell.c
@@ -44,7 +44,7 @@ struct cmd_if_shell_data {
const struct cmd_entry cmd_if_shell_entry = {
"if-shell", "if",
"shell-command command",
- 0,
+ 0, 0,
cmd_if_shell_init,
cmd_if_shell_parse,
cmd_if_shell_exec,