From e8096d02911a862ad2b035771ca1d8c86da2fe20 Mon Sep 17 00:00:00 2001 From: Jean-Philippe ANDRE Date: Sat, 21 Mar 2015 12:13:28 +0900 Subject: [PATCH] Wayland: Fix compilation Bad merge? --- src/lib/ecore_wayland/ecore_wl_output.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/ecore_wayland/ecore_wl_output.c b/src/lib/ecore_wayland/ecore_wl_output.c index c4cd0b1fae..596a0f80a9 100644 --- a/src/lib/ecore_wayland/ecore_wl_output.c +++ b/src/lib/ecore_wayland/ecore_wl_output.c @@ -61,8 +61,8 @@ static const struct wl_output_listener _ecore_wl_output_listener = _ecore_wl_output_cb_scale }; -/* Get list of available outputs */ - *@since 1.2 */ +/* Get list of available outputs + * @since 1.2 */ EAPI Eina_Inlist * ecore_wl_outputs_get(void) {