From abbb4897eaa6564ea7f91dc033f2e6ca39da88c2 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sun, 4 Nov 2012 21:45:46 +0100 Subject: [PATCH] Fix missing variable --- src/common/hexchat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/hexchat.c b/src/common/hexchat.c index d33bba9b..b10b2af5 100644 --- a/src/common/hexchat.c +++ b/src/common/hexchat.c @@ -952,11 +952,11 @@ enum_windows_impl (HWND current_window, LPARAM lParam) int main (int argc, char *argv[]) { + int i; int ret; #ifdef WIN32 char hexchat_lang[13]; /* LC_ALL= plus 5 chars of hex_gui_lang and trailing \0 */ - int i; HANDLE mutex; #endif