summaryrefslogtreecommitdiff
path: root/plugins/SplashScreen/src/services.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SplashScreen/src/services.cpp')
-rw-r--r--plugins/SplashScreen/src/services.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SplashScreen/src/services.cpp b/plugins/SplashScreen/src/services.cpp
index 7d4730c8f3..d9981d7f2e 100644
--- a/plugins/SplashScreen/src/services.cpp
+++ b/plugins/SplashScreen/src/services.cpp
@@ -67,7 +67,7 @@ INT_PTR TestService(WPARAM wParam,LPARAM lParam)
ofn.lpstrDefExt = _T("");
if (GetOpenFileName(&ofn))
- CallService(MS_SHOWSPLASH,(WPARAM)szTempPath,(LPARAM)0);
+ CallService(MS_SHOWSPLASH,(WPARAM)szTempPath,0);
return 0;
}