Remove double semi-colons...
This commit is contained in:
committed by
craig.p.drummond
parent
153c04ba69
commit
3d4c516184
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user