summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Michael <cp.michael@samsung.com>2016-11-08 11:22:23 -0500
committerChris Michael <cp.michael@samsung.com>2016-11-08 11:22:23 -0500
commit7a74a2e176193bfa14063f62db703ed6d959c6e0 (patch)
treed93199f751e98d5803fce47e36d087fac7115e10
parentb7406df4cf8758f210e511cb1e2d5f591d71e4a0 (diff)
downloadefl-7a74a2e176193bfa14063f62db703ed6d959c6e0.tar.gz
ecore-evas-wayland: Fix typo
Fix small typo which lead to undefined error statement. Signed-off-by: Chris Michael <cp.michael@samsung.com>
-rw-r--r--src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c
index 4c3efea268..ce2a7ae9fb 100644
--- a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c
+++ b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c
@@ -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");