From: Junkyeong Kim Date: Wed, 3 Jun 2020 10:09:11 +0000 (+0900) Subject: e_hwc_windows: fix syntax error X-Git-Tag: submit/tizen/20200604.104829~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e78d89e7eef67104263a3619ae0b3a3f68d3d2a5;p=platform%2Fupstream%2Fenlightenment.git e_hwc_windows: fix syntax error Change-Id: I0a8e9dbea975d447c8899e6b318ff293f77c3e57 Signed-off-by: Junkyeong Kim --- diff --git a/src/bin/e_hwc_windows.c b/src/bin/e_hwc_windows.c index 3825dacff1..a8062eb322 100644 --- a/src/bin/e_hwc_windows.c +++ b/src/bin/e_hwc_windows.c @@ -1446,7 +1446,7 @@ _e_hwc_windows_pp_output_data_commit(E_Hwc *hwc, E_Hwc_Window_Commit_Data *data) terror = tdm_hwc_commit(hwc->thwc, 0, _e_hwc_windows_pp_output_commit_handler, hwc); if (terror != TDM_ERROR_NONE) { - EHWSERR("fail to tdm_output_commit", hwc); + EHWSERR("fail to tdm_hwc_commit", hwc); /* send tizen_hwc_commit feedback discarded */ e_comp_wl_tizen_hwc_discarded(); goto fail;