From 3f58cbaae91ac941c34bad3cb2447d6bcc541a2d Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 11 Dec 2009 13:58:48 +0000 Subject: Use quiet variable, and add missing sentinel to options array. --- cmd-set-option.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd-set-option.c') diff --git a/cmd-set-option.c b/cmd-set-option.c index 64b78448..1a4df533 100644 --- a/cmd-set-option.c +++ b/cmd-set-option.c @@ -75,6 +75,7 @@ const char *set_option_bell_action_list[] = { const struct set_option_entry set_option_table[] = { { "quiet", SET_OPTION_FLAG, 0, 0, NULL }, + { NULL, 0, 0, 0, NULL } }; const struct set_option_entry set_session_option_table[] = { -- cgit