Remove double semi-colons...

This commit is contained in:
craig.p.drummond
2012-06-10 14:44:29 +00:00
parent 591e0f961b
commit 4b64fa30fc
14 changed files with 14 additions and 14 deletions

View File

@@ -37,7 +37,7 @@ HttpServer * HttpServer::self()
#ifdef ENABLE_KDE_SUPPORT
return instance;
#else
static HttpServer *instance=0;;
static HttpServer *instance=0;
if(!instance) {
instance=new HttpServer;
}