Merge branch 'lllllllleeeeeeeeellllll' of https://github.com/stal888/ProjectTox-Core

This commit is contained in:
irungentoo 2014-07-19 22:34:37 -04:00
commit d5902f1b39
No known key found for this signature in database
GPG Key ID: 10349DC9BED89E98

View File

@ -383,7 +383,7 @@ void codec_terminate_session ( CodecState *cs )
free(cs);
}
inline float calculate_sum_sq (int16_t *n, uint16_t k)
static float calculate_sum_sq (int16_t *n, uint16_t k)
{
float result = 0;
uint16_t i = 0;