e win - fix recursive symbol typo

amazing this didn't blow up before. missing e_ in front ad the macro
should have transformed this to wrap the e version of this func...
clang warning pointed this out. a real bug waiting to happen.

@fix
This commit is contained in:
Carsten Haitzler 2020-01-15 16:56:44 +01:00
parent 10c2d74a9b
commit 0f1e2862a6
1 changed files with 1 additions and 1 deletions

View File

@ -527,7 +527,7 @@ e_elm_win_add(Evas_Object *parent, const char *name, Elm_Win_Type type)
}
E_API Evas_Object *
elm_win_util_standard_add(const char *name, const char *title)
e_elm_win_util_standard_add(const char *name, const char *title)
{
char *eng;
Evas_Object *o;