diff options
Diffstat (limited to 'plugins/Clist_mw/src/commonheaders.h')
-rw-r--r-- | plugins/Clist_mw/src/commonheaders.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_mw/src/commonheaders.h b/plugins/Clist_mw/src/commonheaders.h index ca9c6069e4..315f5e6605 100644 --- a/plugins/Clist_mw/src/commonheaders.h +++ b/plugins/Clist_mw/src/commonheaders.h @@ -86,7 +86,7 @@ extern int __cdecl MyStrCmpiT(const TCHAR *a, const TCHAR *b); extern DWORD exceptFunction(LPEXCEPTION_POINTERS EP);
-extern int ( *saveIconFromStatusMode )( const char *szProto,int nStatus, HANDLE hContact);
+extern int (*saveIconFromStatusMode)(const char *szProto, int nStatus, HANDLE hContact);
//from bkg options
|