* ecore_evas: Fix typo.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 21 Oct 2009 14:55:44 +0000 (14:55 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 21 Oct 2009 14:55:44 +0000 (14:55 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@43185 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_evas/ecore_evas_quartz.c

index c3e7015..b244f00 100644 (file)
@@ -56,7 +56,7 @@ static NSWindow * main_window;
 {
    if(ctx != NULL)
    {
-      Ecore_evas  *ee;
+      Ecore_Evas  *ee;
 
       EINA_INLIST_FOREACH(ecore_evases, ee)
       {