Fix missing variable

This commit is contained in:
Berke Viktor 2012-11-04 21:45:46 +01:00
parent d0b5d53f92
commit abbb4897ea
1 changed files with 1 additions and 1 deletions

View File

@ -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