netstar pushed a commit to branch master.

http://git.enlightenment.org/apps/evisum.git/commit/?id=655dacb953e052ce710dc53d807dd578e9eae26f

commit 655dacb953e052ce710dc53d807dd578e9eae26f
Author: Alastair Poole <nets...@gmail.com>
Date:   Fri Aug 30 20:45:32 2019 +0100

    Fix lazy typo breakage.
---
 src/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.c b/src/main.c
index d2fe4b7..8f4cfdd 100644
--- a/src/main.c
+++ b/src/main.c
@@ -11,7 +11,7 @@
 static void
 _win_del_cb(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void 
*event_info EINA_UNUSED)
 {
-   exit(0)r;
+   exit(0);
 }
 
 static Evas_Object *

-- 


Reply via email to