summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-07-19 22:34:37 -0400
committerirungentoo <irungentoo@gmail.com>2014-07-19 22:34:37 -0400
commitd5902f1b39a157d1dc874cc12bd3cf2ada7f17ea (patch)
treef62dc1536f4a808a1b4360afb9c9397d39b92a05
parent8195ade7092e6261b6554ca9657eeded3c220c8d (diff)
parentcc1466ec09e12c7aeb39690a32affbd4cf3b897b (diff)
Merge branch 'lllllllleeeeeeeeellllll' of https://github.com/stal888/ProjectTox-Core
-rw-r--r--toxav/codec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxav/codec.c b/toxav/codec.c
index ae24a976..b7ca2784 100644
--- a/toxav/codec.c
+++ b/toxav/codec.c
@@ -383,7 +383,7 @@ void codec_terminate_session ( CodecState *cs )
383 free(cs); 383 free(cs);
384} 384}
385 385
386inline float calculate_sum_sq (int16_t *n, uint16_t k) 386static float calculate_sum_sq (int16_t *n, uint16_t k)
387{ 387{
388 float result = 0; 388 float result = 0;
389 uint16_t i = 0; 389 uint16_t i = 0;