diff options
author | TingPing <tingping@tingping.se> | 2013-01-19 13:10:54 -0800 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2013-01-19 13:10:54 -0800 |
commit | 8b49f5f78715bdc0f1a4fcdccc5a414dd6514096 (patch) | |
tree | c224e85b7ebb5a6c9854211dc7f11924a3ca2b0e /src/common/outbound.c | |
parent | a46f89998c4faa4b4768e18333ec98c5107ba90b (diff) | |
parent | 4e0daf047ed14e54ea7eeb2c1547cbe06332fbf4 (diff) |
Merge pull request #383 from RichardHitt/warnings
Correct almost all compiler warning issues
Diffstat (limited to 'src/common/outbound.c')
-rw-r--r-- | src/common/outbound.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |