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

src/lib/eina_counter.c

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