From 096740c3b5252dbd3d3fb42db368014d83adea09 Mon Sep 17 00:00:00 2001 From: cedric Date: Fri, 3 Dec 2010 18:46:49 +0000 Subject: [PATCH] * eina: fix typos. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@55223 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/eina_counter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/eina_counter.c b/src/lib/eina_counter.c index 8bc9cb8..e0c2f4c 100644 --- a/src/lib/eina_counter.c +++ b/src/lib/eina_counter.c @@ -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; -- 2.7.4