correct one build error in linux.

Review URL: https://webrtc-codereview.appspot.com/681005

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2498 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
kma@webrtc.org 2012-07-09 23:34:58 +00:00
parent 72f8a6d77b
commit d2f71003af

View File

@ -162,7 +162,7 @@ static void PCorr2Q32(const WebRtc_Word16 *in, WebRtc_Word32 *logcorQ8)
{
WebRtc_Word16 scaling,n,k;
WebRtc_Word32 ysum32,csum32, lys, lcs;
WebRtc_Word32 prod32, oneQ8;
WebRtc_Word32 oneQ8;
const WebRtc_Word16 *x, *inptr;