diff options
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
|