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:
		| @@ -1152,7 +1152,7 @@ ACMGenericCodec::EnableDTX() | ||||
|     { | ||||
|         if(WebRtcCng_CreateEnc(&_ptrDTXInst) < 0) | ||||
|         { | ||||
|             _ptrDTXInst = false; | ||||
|             _ptrDTXInst = NULL; | ||||
|             return -1; | ||||
|         } | ||||
|         WebRtc_UWord16 freqHz; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 turajs@google.com
					turajs@google.com