* eina: fix typo.

SVN revision: 55212
This commit is contained in:
Cedric BAIL 2010-12-03 18:12:19 +00:00
parent 7ad0ae92b5
commit bf066c2390
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ _eina_counter_time_get(Eina_Nano_Time *tp)
# else
struct timeval tv;
if (gettimeofday(tp, NULL))
if (gettimeofday(tv, NULL))
return -1;
tp->tv_sec = tv.tv_sec;