hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=ea7ba535e3586446128b8ea4a353f7aee16fdf9a

commit ea7ba535e3586446128b8ea4a353f7aee16fdf9a
Author: ChunEon Park <[email protected]>
Date:   Sat Aug 2 18:39:05 2014 +0900

    redoundo: fixed typo.
---
 src/bin/redoundo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/redoundo.c b/src/bin/redoundo.c
index 6f21adb..fa0bfa0 100644
--- a/src/bin/redoundo.c
+++ b/src/bin/redoundo.c
@@ -234,7 +234,7 @@ redoundo_redo(redoundo_data *rd, Eina_Bool *changed)
         *changed = EINA_TRUE;
      }
 
-   return EINA_TRUE;
+   return lines;
 }
 
 void

-- 


Reply via email to