Last warning to fix.

This commit is contained in:
Cedric BAIL 2019-03-13 17:31:13 -07:00
parent 6feba0405c
commit bea0e934ad
1 changed files with 1 additions and 1 deletions

View File

@ -1193,7 +1193,7 @@ _cb_anim(void *data EINA_UNUSED)
{
avg += current - last;
if (abs(current - last - (avg / (count - 1))) > 0.05)
fprintf(stderr, "delta: %f vs %f (%f)\n",
fprintf(stderr, "delta: %f vs %f\n",
current - last,
avg / (count - 1));
}