diff options
Diffstat (limited to 'src/common/hexchat.c')
-rw-r--r-- | src/common/hexchat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/hexchat.c b/src/common/hexchat.c index 739ae0c3..d8207fb0 100644 --- a/src/common/hexchat.c +++ b/src/common/hexchat.c @@ -1147,7 +1147,7 @@ main (int argc, char *argv[]) if (hextray_mode ()) { /* FindWindow() doesn't support wildcards so we check all the open windows */ - EnumWindows (enum_windows_impl, NULL); + EnumWindows (enum_windows_impl, (LPARAM) NULL); return 0; } else |