* eina: fix typo.

SVN revision: 55560
This commit is contained in:
Cedric BAIL 2010-12-15 11:14:47 +00:00
parent 44d8edfc0f
commit 72c9afd3cb
1 changed files with 1 additions and 1 deletions

View File

@ -453,7 +453,7 @@ eina_f32p32_cos(Eina_F32p32 a)
EINA_F32P32_PI);
idx = eina_f32p32_int_to(interpol);
if (idx >= MAX_PREC)
idx = 2 * MAX_PREC - (idx - 1);
idx = 2 * MAX_PREC - (idx + 1);
index2 = idx + 1;
if (index2 == MAX_PREC)