ecore: fix typos.

SVN revision: 68406
This commit is contained in:
Cedric BAIL 2012-02-24 11:48:53 +00:00
parent d6a385cff6
commit 4fcca0a938
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ ecore_time_get(void)
EAPI double
ecore_time_unix_get(void)
{
#ifdef EFL_HAVE_GETTIMEOFDAY
#ifdef HAVE_GETTIMEOFDAY
struct timeval timev;
gettimeofday(&timev, NULL);