Преглед на файлове

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

yhirose преди 6 години
родител
ревизия
ab96f49766
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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);