From b1fb27dc2ed65f7ac7d399a47047f0371b3ff53a Mon Sep 17 00:00:00 2001 From: glx Date: Wed, 18 Oct 2006 21:33:59 +0000 Subject: [PATCH] (svn r6827) -Fix r6824: removed warning --- main_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main_gui.c b/main_gui.c index 8334496a1d..46c32df532 100644 --- a/main_gui.c +++ b/main_gui.c @@ -2328,7 +2328,7 @@ static void MainWindowWndProc(Window *w, WindowEvent *e) #ifdef ENABLE_NETWORK case WKC_RETURN: case 'T': // smart chat; send to team if any, otherwise to all if (_networking) { - const NetworkClientInfo *ci; + const NetworkClientInfo *ci = NULL; const NetworkClientInfo *cio = NetworkFindClientInfoFromIndex(_network_own_client_index); bool has_team = false;