diff options
author | George Hazan <george.hazan@gmail.com> | 2013-12-30 18:32:36 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-12-30 18:32:36 +0000 |
commit | b52dd1c1f38d1aeeb01c303d405a51afa82efe3b (patch) | |
tree | 8f5f5d7d330b54a8188480b8acea9284fb94f727 /plugins/Clist_mw | |
parent | b67369c7256dc40eb7aa7b3527c1cb45e2a27b27 (diff) |
code cleaning and reordering
git-svn-id: http://svn.miranda-ng.org/main/trunk@7432 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_mw')
-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
|