cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=bfbb2d8a51e8570d1f1180549af0da8a5cae3e45

commit bfbb2d8a51e8570d1f1180549af0da8a5cae3e45
Author: Cedric BAIL <[email protected]>
Date:   Tue Mar 31 23:21:12 2015 +0200

    edje: fix build break.
---
 src/lib/edje/Edje_Common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/edje/Edje_Common.h b/src/lib/edje/Edje_Common.h
index db91730..19fc677 100644
--- a/src/lib/edje/Edje_Common.h
+++ b/src/lib/edje/Edje_Common.h
@@ -1275,7 +1275,7 @@ EAPI Eina_Iterator 
*edje_color_class_active_iterator_new(void);
  *
  * @return an iterator of Edje_Color_Class provided by the Edje file.
  */
-EAPI Eina_Iterator *edje_mmap_color_class_iterator_new(Eina_File *f)
+EAPI Eina_Iterator *edje_mmap_color_class_iterator_new(Eina_File *f);
 
 
 /**

-- 


Reply via email to