diff options
author | George Hazan <george.hazan@gmail.com> | 2014-10-04 21:02:35 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-10-04 21:02:35 +0000 |
commit | 7ec44c6c0d9dcd8a5311ce1800830c2644947b1a (patch) | |
tree | 552c48a65c8a0ca6620a51e7e1e8742c00c49093 /src/core/modules.cpp | |
parent | 98893546090575b2356d6b1412a20503761fd8db (diff) |
code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@10694 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/modules.cpp')
-rw-r--r-- | src/core/modules.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/modules.cpp b/src/core/modules.cpp index 0fd4f58d57..d6d03cd1f0 100644 --- a/src/core/modules.cpp +++ b/src/core/modules.cpp @@ -121,7 +121,7 @@ int LoadDefaultModules(void) if (LoadIcoLibModule()) return 1;
if (LoadSkinIcons()) return 1;
-// if ( LoadErrorsModule()) return 1;
+ // if (LoadErrorsModule()) return 1;
switch (LoadServiceModePlugin()) {
case SERVICE_CONTINUE: // continue loading Miranda normally
|