diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-07-01 19:00:50 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-07-01 19:00:50 +0000 |
commit | 87b9851f3a125820e04844733f792350f5ae3e2c (patch) | |
tree | a3724069501535370166cd92819581db24ac46ae | |
parent | bd1a705bbe0da85bd2a8f382f236f80d5198fc0c (diff) | |
download | rtmux-87b9851f3a125820e04844733f792350f5ae3e2c.tar.gz rtmux-87b9851f3a125820e04844733f792350f5ae3e2c.tar.bz2 rtmux-87b9851f3a125820e04844733f792350f5ae3e2c.zip |
Doh.
-rw-r--r-- | cmd-set-option.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd-set-option.c b/cmd-set-option.c index a980e8c9..ed8fb304 100644 --- a/cmd-set-option.c +++ b/cmd-set-option.c @@ -1,4 +1,4 @@ -/* $Id: cmd-set-option.c,v 1.37 2008-06-29 07:04:30 nicm Exp $ */ +/* $Id: cmd-set-option.c,v 1.38 2008-07-01 19:00:50 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -55,7 +55,7 @@ const struct cmd_entry cmd_set_option_entry = { cmd_set_option_print }; -const char *set_option_bell_action_choices[] = { "none", "any", "current" }; +const char *set_option_bell_action_choices[] = { "none", "any", "current", NULL }; const struct set_option_entry set_option_table[NSETOPTION] = { { "bell-action", SET_OPTION_CHOICE, 0, 0, set_option_bell_action_choices }, |