| Index: webrtc/modules/audio_coding/codecs/ilbc/augmented_cb_corr.h
 | 
| diff --git a/webrtc/modules/audio_coding/codecs/ilbc/augmented_cb_corr.h b/webrtc/modules/audio_coding/codecs/ilbc/augmented_cb_corr.h
 | 
| index a0435c434af3aadb681020e99f6f609b961012a5..533d0a49ec26de22d5bce4b2d935538f49ffdd3f 100644
 | 
| --- a/webrtc/modules/audio_coding/codecs/ilbc/augmented_cb_corr.h
 | 
| +++ b/webrtc/modules/audio_coding/codecs/ilbc/augmented_cb_corr.h
 | 
| @@ -36,6 +36,7 @@ void WebRtcIlbcfix_AugmentedCbCorr(
 | 
|      int16_t low,    /* (i) Lag to start from (typically
 | 
|                                                     20) */
 | 
|      int16_t high,   /* (i) Lag to end at (typically 39 */
 | 
| -    int scale);   /* (i) Scale factor to use for the crossDot */
 | 
| +    int16_t scale);   /* (i) Scale factor to use for
 | 
| +                                                   the crossDot */
 | 
|  
 | 
|  #endif
 | 
| 
 |