diff options
Diffstat (limited to 'src/lib/elua')
-rw-r--r-- | src/lib/elua/Elua.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/elua/Elua.h b/src/lib/elua/Elua.h index d43fcc827c..289f9112d7 100644 --- a/src/lib/elua/Elua.h +++ b/src/lib/elua/Elua.h | |||
@@ -456,6 +456,10 @@ EAPI Eina_Bool elua_util_script_run(Elua_State *es, int argc, char **argv, | |||
456 | */ | 456 | */ |
457 | EAPI int elua_util_error_report(const Elua_State *es, int status); | 457 | EAPI int elua_util_error_report(const Elua_State *es, int status); |
458 | 458 | ||
459 | /** | ||
460 | * @} | ||
461 | */ | ||
462 | |||
459 | #endif | 463 | #endif |
460 | 464 | ||
461 | #ifdef __cplusplus | 465 | #ifdef __cplusplus |