diff options
Diffstat (limited to 'src/core')
-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 69da44111a..0fd4f58d57 100644 --- a/src/core/modules.cpp +++ b/src/core/modules.cpp @@ -123,7 +123,7 @@ int LoadDefaultModules(void) // if ( LoadErrorsModule()) return 1;
- switch ( LoadServiceModePlugin()) {
+ switch (LoadServiceModePlugin()) {
case SERVICE_CONTINUE: // continue loading Miranda normally
break;
case SERVICE_ONLYDB: // load database and go to the message cycle
|