Răsfoiți Sursa

Fixed problem that line end char is missing on start messagein simple
server example

yhirose 6 ani în urmă
părinte
comite
ab96f49766
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      example/simplesvr.cc

+ 1 - 1
example/simplesvr.cc

@@ -127,7 +127,7 @@ int main(int argc, const char **argv) {
     return 1;
   }
 
-  cout << "The server started at port " << port << "...";
+  cout << "The server started at port " << port << "..." << endl;
 
   svr.listen("localhost", port);