Fixing a warning discovered while compiling with clang.

Review URL: http://webrtc-codereview.appspot.com/120003

git-svn-id: http://webrtc.googlecode.com/svn/trunk@441 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
turajs@google.com 2011-08-24 21:20:33 +00:00
parent 057efc8f98
commit 5cc9c68e8d

View File

@ -1152,7 +1152,7 @@ ACMGenericCodec::EnableDTX()
{
if(WebRtcCng_CreateEnc(&_ptrDTXInst) < 0)
{
_ptrDTXInst = false;
_ptrDTXInst = NULL;
return -1;
}
WebRtc_UWord16 freqHz;