From abd79fff9be366c707e8a3e75b5cc5d1f4a3273b Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 5 Mar 2013 09:17:27 +0000 Subject: [PATCH] Fix formatting. Remove call to display_dispatch (not needed here during init). Signed-off-by: Christopher Michael --- src/lib/ecore_wayland/ecore_wl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ecore_wayland/ecore_wl.c b/src/lib/ecore_wayland/ecore_wl.c index f5f1a5924c..82d8f86c42 100644 --- a/src/lib/ecore_wayland/ecore_wl.c +++ b/src/lib/ecore_wayland/ecore_wl.c @@ -349,7 +349,7 @@ _ecore_wl_cb_handle_data(void *data, Ecore_Fd_Handler *hdl) Ecore_Wl_Display *ewd; int ret; - /* LOGFN(__FILE__, __LINE__, __FUNCTION__); */ + LOGFN(__FILE__, __LINE__, __FUNCTION__); if (!(ewd = data)) return ECORE_CALLBACK_RENEW;