summaryrefslogtreecommitdiff
path: root/syncSocket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'syncSocket.cpp')
-rw-r--r--syncSocket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/syncSocket.cpp b/syncSocket.cpp
index 2f7e730..b6682ce 100644
--- a/syncSocket.cpp
+++ b/syncSocket.cpp
@@ -56,7 +56,7 @@ void SyncSocket::OnAccept()
void SyncSocket::OnRawData(const char *buf,size_t len)
//void SyncSocket::OnLine(const std::string& line)
{
- return();
+ return;
std::stringstream iss;
std::cout << "recieved sync inforamtaion:"<< std::endl;
for(size_t index=0;index<len;index++)