This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository enlightenment.
View the commit online.
commit 6108e7d40fcb03ddf8cd080e1bdf5460a468f802
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Sat Nov 30 23:03:01 2024 +0000
watchdog - oops remove typo
---
src/bin/e_watchdog.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bin/e_watchdog.c b/src/bin/e_watchdog.c
index 05f5a7916..c1a7f8b1b 100644
--- a/src/bin/e_watchdog.c
+++ b/src/bin/e_watchdog.c
@@ -50,7 +50,7 @@ _cb_watchdog_thread_pingpong(void *data EINA_UNUSED, Ecore_Thread *thread)
else
{
printf("WD: Exiting E allowing it to be restarted to un-block\n");
- _exit(121);XS
+ _exit(121);
}
}
// wait another 10 sec before pinging
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.