summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/common/hexchat.c2
1 files changed, 1 insertions, 1 deletions
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