Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/Simple-WebSocket-Server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreidheim <eidheim@gmail.com>2017-09-26 10:38:11 +0300
committereidheim <eidheim@gmail.com>2017-09-26 10:38:11 +0300
commiteacbf22c83bf4f1fe576b70e72c55ddcf728ef6f (patch)
treeaed7a35ee166e4e18b61e79fd60e9926ecf3556f /wss_examples.cpp
parent8f86f3927042b15a2408873d9e582dea511c42bc (diff)
Removed unnecessary: return 0;
Diffstat (limited to 'wss_examples.cpp')
-rw-r--r--wss_examples.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/wss_examples.cpp b/wss_examples.cpp
index 54dc70c..7c4acbd 100644
--- a/wss_examples.cpp
+++ b/wss_examples.cpp
@@ -144,6 +144,4 @@ int main() {
client.start();
server_thread.join();
-
- return 0;
}