fixed comment

This commit is contained in:
Ole Christian Eidheim 2014-08-30 09:14:41 +02:00
commit b2532affaf

View file

@ -117,7 +117,7 @@ int main() {
};
thread server_thread([&server](){
//Start WS-server
//Start server
server.start();
});
@ -142,4 +142,4 @@ int main() {
server_thread.join();
return 0;
}
}