diff options
Diffstat (limited to 'cmd-wait-for.c')
-rw-r--r-- | cmd-wait-for.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-wait-for.c b/cmd-wait-for.c index 027700b4..8a6aa259 100644 --- a/cmd-wait-for.c +++ b/cmd-wait-for.c @@ -34,7 +34,7 @@ const struct cmd_entry cmd_wait_for_entry = { .name = "wait-for", .alias = "wait", - .args = { "LSU", 1, 1 }, + .args = { "LSU", 1, 1, NULL }, .usage = "[-L|-S|-U] channel", .flags = 0, |