From 87b9851f3a125820e04844733f792350f5ae3e2c Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 1 Jul 2008 19:00:50 +0000 Subject: [PATCH] Doh. --- cmd-set-option.c | 4 ++-- 1 file 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 @@ -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 },