From 04b788e2d7b1082e561738966a7efd64df836588 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Tue, 10 Aug 2010 19:12:07 +0000 Subject: [PATCH] Choose a style for comment Be nice with simpler regex SVN revision: 50972 --- src/modules/illume/e_mod_win.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/illume/e_mod_win.c b/src/modules/illume/e_mod_win.c index 9eddb57b6..6df9045e5 100644 --- a/src/modules/illume/e_mod_win.c +++ b/src/modules/illume/e_mod_win.c @@ -451,7 +451,7 @@ _app_prev(void) E_Border *bd, *bd2; Eina_List *apps, *bl; - // go to the next bd in the list and focus it */ + // go to the next bd in the list and focus it bd2 = e_border_focused_get(); apps = __app_list(); if (!apps) return; @@ -485,7 +485,7 @@ _app_next(void) E_Border *bd, *bd2; Eina_List *apps, *bl; - // go to the prev bd in the list and focus it */ + // go to the prev bd in the list and focus it bd2 = e_border_focused_get(); apps = __app_list(); if (!apps) return;