Fix a typo in W32 event-handling code
authorРуслан Ижбулатов <lrn1986@gmail.com>
Sun, 10 Jun 2018 21:01:49 +0000 (21:01 +0000)
committerРуслан Ижбулатов <lrn1986@gmail.com>
Sun, 10 Jun 2018 21:21:19 +0000 (21:21 +0000)
commitcddc9ff4243cd7f47c167a0fff4265b8163288e7
treefd5dfdfa0a07dffeaf7b32cde91f8e51629f6bbb
parente73dc5c779d62d1368fdfdb33d420b1c68551f83
Fix a typo in W32 event-handling code

It's quite old, but mostly harmless (both "message == WM_KEYUP"
and "message = WM_KEYUP" evaluate to not-FALSE, and message
value is not used after that line).
gdk/win32/gdkevents-win32.c