From ac954adad84b02e45c46867d0848f5d68b756c65 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Mon, 25 Apr 2011 10:52:26 +0000 Subject: [PATCH] small fix --- src/channel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/channel.cpp b/src/channel.cpp index 39be3466..d5243067 100755 --- a/src/channel.cpp +++ b/src/channel.cpp @@ -339,7 +339,7 @@ void CChannel::OnDisconnection() } EPutDataStat CChannel::PutData ( const CVector& vecbyData, - int iNumBytes ) + int iNumBytes ) { EPutDataStat eRet = PS_GEN_ERROR;