ecore-evas-wayland: Fix typo

Fix small typo which lead to undefined error statement.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2016-11-08 11:22:23 -05:00
parent b7406df4cf
commit 7a74a2e176
1 changed files with 1 additions and 1 deletions

View File

@ -2049,7 +2049,7 @@ _ecore_evas_wl_common_new_internal(const char *disp_name, unsigned int parent, i
{
ERR("Failed to allocate Ecore_Evas_Engine_Wl_Data");
free(ee);
goto werr;
goto w_err;
}
if (frame) WRN("draw_frame is now deprecated and will have no effect");