From 4e0daf047ed14e54ea7eeb2c1547cbe06332fbf4 Mon Sep 17 00:00:00 2001 From: RichardHitt Date: Sat, 19 Jan 2013 12:33:16 -0800 Subject: Correct almost all compiler warning issues --- src/common/outbound.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/outbound.c') diff --git a/src/common/outbound.c b/src/common/outbound.c index 8241d78f..cc2d0e3e 100644 --- a/src/common/outbound.c +++ b/src/common/outbound.c @@ -1257,7 +1257,7 @@ cmd_menu (struct session *sess, char *tbuf, char *word[], char *word_eol[]) int idx = 2; int len; int pos = 0xffff; - int state; + int state = 0; int toggle = FALSE; int enable = TRUE; int markup = FALSE; -- cgit 1.4.1