From 4e0cfa02a4f884b3f54f476d596bacd1f34d6a50 Mon Sep 17 00:00:00 2001 From: Elvio Basello Date: Tue, 4 Mar 2008 17:48:09 +0000 Subject: some little fixes around; fixed docs; bumped version to 3.4.0 git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1183 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/ident/libkviident.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/modules/ident/libkviident.cpp') diff --git a/src/modules/ident/libkviident.cpp b/src/modules/ident/libkviident.cpp index fbe5c978d..551395a24 100644 --- a/src/modules/ident/libkviident.cpp +++ b/src/modules/ident/libkviident.cpp @@ -549,7 +549,7 @@ exit_thread: */ static bool ident_kvs_cmd_start(KviKvsModuleCommandCall * c) -{ +{ if(!g_iIdentDaemonRunningUsers) startIdentService(); g_iIdentDaemonRunningUsers++; @@ -573,7 +573,7 @@ static bool ident_kvs_cmd_start(KviKvsModuleCommandCall * c) */ static bool ident_kvs_cmd_stop(KviKvsModuleCommandCall * c) -{ +{ if(g_iIdentDaemonRunningUsers) g_iIdentDaemonRunningUsers--; if(!g_iIdentDaemonRunningUsers) stopIdentService(); return true; @@ -591,7 +591,7 @@ static bool ident_module_cleanup(KviModule *m) { stopIdentService(); delete g_pIdentSentinel; - g_pIdentSentinel = 0; + g_pIdentSentinel = 0; return true; } -- cgit v1.3.1-10-gc9f91