summaryrefslogtreecommitdiff
path: root/plugins/FirstRun/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/FirstRun/src/main.cpp')
-rw-r--r--plugins/FirstRun/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/FirstRun/src/main.cpp b/plugins/FirstRun/src/main.cpp
index 03448bd193..3fe9131092 100644
--- a/plugins/FirstRun/src/main.cpp
+++ b/plugins/FirstRun/src/main.cpp
@@ -29,7 +29,7 @@ int ModulesLoaded(WPARAM wParam,LPARAM lParam)
if (ptszDllName!=NULL)
ptszDllName=ptszDllName + 1;
- CallService(MS_PROTO_SHOWACCMGR, (WPARAM) NULL, (LPARAM)NULL);
+ CallService(MS_PROTO_SHOWACCMGR, (WPARAM) NULL, 0);
DBWriteContactSettingByte(NULL, "PluginDisable", _T2A(ptszDllName), 1);