Fixed errors in the previous commit.

This commit is contained in:
Pietro Gagliardi 2015-06-04 00:30:34 -04:00
parent 3ecd94e9b4
commit 4d48b08ae2
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ static struct wininichange *wininichanges = NULL;
void uiWindowsRegisterReceiveWM_WININICHANGE(HWND hwnd)
{
struct wininchange *ch;
struct wininichange *ch;
HASH_FIND_PTR(wininichanges, &hwnd, ch);
if (ch != NULL)