jackdanielz pushed a commit to branch master.

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

commit 01c162697793a013ec559c1b2368d2d1a7a5dee3
Author: Yossi Kantor <yossi.kan...@samsung.com>
Date:   Tue Apr 1 17:35:04 2014 +0300

    Eolian: Fix legacy generation.
    
    Semicolon was misplaced when function flags are needed.
---
 src/bin/eolian/legacy_generator.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/eolian/legacy_generator.c 
b/src/bin/eolian/legacy_generator.c
index c0c35ae..af17f84 100644
--- a/src/bin/eolian/legacy_generator.c
+++ b/src/bin/eolian/legacy_generator.c
@@ -15,7 +15,7 @@ tmpl_eapi_funcdef[] = "\n\
  *\n\
 @#list_desc_param\
  */\n\
-EAPI @#type_return@#class_@#func(@#is_constEo *obj@#params);@#flags\n\
+EAPI @#type_return@#class_@#func(@#is_constEo *obj@#params)@#flags;\n\
 ";
 
 /*@#CLASS_CHECK(obj) @#check_ret;\n\*/

-- 


Reply via email to