diff options
author | George Hazan <george.hazan@gmail.com> | 2016-04-14 15:11:35 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-04-14 15:11:35 +0000 |
commit | 6c174c43ea46ffdd89fcfbe6cdd0497a64b06fc9 (patch) | |
tree | 7feed44f643806c47b30de87e0ce955e952209cb /plugins/Clist_modern/src/modern_clcidents.cpp | |
parent | 583f3768d24ceb7b0bee451f9a0975d25f826ee6 (diff) |
code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@16653 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/modern_clcidents.cpp')
-rw-r--r-- | plugins/Clist_modern/src/modern_clcidents.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_modern/src/modern_clcidents.cpp b/plugins/Clist_modern/src/modern_clcidents.cpp index 1cdad14a07..1ae357f3b7 100644 --- a/plugins/Clist_modern/src/modern_clcidents.cpp +++ b/plugins/Clist_modern/src/modern_clcidents.cpp @@ -27,7 +27,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "modern_commonprototypes.h"
#define CacheArrSize 255
-ClcGroup *CacheIndex[CacheArrSize] = { NULL };
+ClcGroup* CacheIndex[CacheArrSize] = { NULL };
bool CacheIndexClear = TRUE;
/* the CLC uses 3 different ways to identify elements in its list, this file
|