aboutsummaryrefslogtreecommitdiff
path: root/c/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/main.c')
-rw-r--r--c/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/main.c b/c/main.c
index 31636f6..330101e 100644
--- a/c/main.c
+++ b/c/main.c
@@ -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);
}