From 58a095d86696c7b84757c7a813a502d812105733 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 21 Aug 2014 13:54:57 +0000 Subject: missing check added git-svn-id: http://svn.miranda-ng.org/main/trunk@10262 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/core/modules.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') 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 -- cgit v1.2.3