summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Restart/src/restart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Restart/src/restart.c b/plugins/Restart/src/restart.c
index 2c09f2f0ab..f610fc0630 100644
--- a/plugins/Restart/src/restart.c
+++ b/plugins/Restart/src/restart.c
@@ -31,7 +31,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL,DWORD fdwReason,LPVOID lpvReserved)
return TRUE;
}
-static int RestartMenuCommand(WPARAM wParam,LPARAM lParam)
+static INT_PTR RestartMenuCommand(WPARAM wParam,LPARAM lParam)
{
CallService("Miranda/System/Restart",0,0);
CallService("CloseAction",0,0);