* eina: fix typos.

SVN revision: 55223
This commit is contained in:
Cedric BAIL 2010-12-03 18:46:49 +00:00
parent 692f308955
commit bf3d026f41
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(tv, NULL))
if (gettimeofday(&tv, NULL))
return -1;
tp->tv_sec = tv.tv_sec;