Eo tests: Fixed wrong prototype in one of the tests in the suite.

This commit is contained in:
Tom Hacohen 2013-09-27 16:44:00 +01:00
parent 682c69764d
commit c1e5fb7cf8
1 changed files with 1 additions and 1 deletions

View File

@ -738,7 +738,7 @@ _a_print(Eo *obj EINA_UNUSED, void *class_data EINA_UNUSED, va_list *list EINA_U
}
static void
_class_hi_print(const Eo_Class *klass EINA_UNUSED, va_list *list EINA_UNUSED)
_class_hi_print(Eo_Class *klass EINA_UNUSED, void *class_data EINA_UNUSED, va_list *list EINA_UNUSED)
{
printf("Hi\n");
}