diff options
Diffstat (limited to 'c/main.c')
-rw-r--r-- | c/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) UpdateLayout(hWnd); break; case WM_NOTIFY: - switch (((NMHDR *)lParam)->idFrom) { + switch (((LPNMHDR)lParam)->idFrom) { case IDC_EPISODELISTVIEW: return ElvHandleNotify(lParam); } |