fixed comment

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

View file

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