diff options
Diffstat (limited to 'plugins/Clist_modern/src/modern_framesmenu.cpp')
-rw-r--r-- | plugins/Clist_modern/src/modern_framesmenu.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Clist_modern/src/modern_framesmenu.cpp b/plugins/Clist_modern/src/modern_framesmenu.cpp index b63532c4cb..dba4a3eb30 100644 --- a/plugins/Clist_modern/src/modern_framesmenu.cpp +++ b/plugins/Clist_modern/src/modern_framesmenu.cpp @@ -68,7 +68,7 @@ INT_PTR FrameMenuExecService(WPARAM wParam,LPARAM lParam) { if (fmep == NULL){return(-1);};
CallService(fmep->szServiceName,lParam,fmep->param1);
- return(0);
+ return 0;
};
//true - ok,false ignore
@@ -95,7 +95,7 @@ INT_PTR FrameMenuCheckService(WPARAM wParam,LPARAM lParam) { static INT_PTR ContextFrameMenuNotify(WPARAM wParam,LPARAM lParam)
{
NotifyEventHooks(g_CluiData.hEventPreBuildFrameMenu,wParam,lParam);
- return(0);
+ return 0;
};
static INT_PTR BuildContextFrameMenu(WPARAM wParam,LPARAM lParam)
@@ -210,5 +210,5 @@ int UnitFramesMenu() if (InternalGenMenuModule){UnitGenMenu();};
};
*/
- return(0);
+ return 0;
};
|