Skip to content

Commit

Permalink
Fixed problem that line end char is missing on start messagein simple
Browse files Browse the repository at this point in the history
server example
  • Loading branch information
yhirose committed Mar 13, 2020
1 parent 7b3cea5 commit ab96f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/simplesvr.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit ab96f49

Please sign in to comment.