fixed a compiler warning

This commit is contained in:
Volker Fischer 2014-01-12 09:44:41 +00:00
parent 02e88840e9
commit 7ee9fc2a67

View File

@ -171,6 +171,10 @@ void CSocket::OnDataReceived()
case PS_GEN_ERROR:
bJitterBufferOK = false;
break;
default:
// do nothing
break;
}
}
else