Use quiet variable, and add missing sentinel to options array.

This commit is contained in:
Nicholas Marriott
2009-12-11 13:58:48 +00:00
parent a4c9a80dac
commit 3f58cbaae9
2 changed files with 3 additions and 2 deletions

View File

@ -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[] = {