mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Merge branch 'lllllllleeeeeeeeellllll' of https://github.com/stal888/ProjectTox-Core
This commit is contained in:
commit
d5902f1b39
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user