* eina: fix typos.
authorcedric <cedric>
Fri, 3 Dec 2010 18:46:49 +0000 (18:46 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 3 Dec 2010 18:46:49 +0000 (18:46 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@55223 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/eina_counter.c

index 8bc9cb8..e0c2f4c 100644 (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;