Eolian: Fix legacy generation.

Semicolon was misplaced when function flags are needed.
This commit is contained in:
Yossi Kantor 2014-04-01 17:35:04 +03:00 committed by Daniel Zaoui
parent 1d89978c5b
commit 01c1626977
1 changed files with 1 additions and 1 deletions

View File

@ -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\*/