fix small logging issue

This commit is contained in:
radius 2018-02-04 10:59:02 -05:00
parent 2e8569a472
commit c4bb588f3b

View File

@ -810,7 +810,7 @@ bool win32_window_create(void *data, unsigned style,
notification_handler = RegisterDeviceNotification(
main_window.hwnd, &notification_filter, DEVICE_NOTIFY_WINDOW_HANDLE);
if (notification_handler)
if (!notification_handler)
RARCH_ERR("Error registering for notifications\n");
#endif