This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository efl.
View the commit online.
commit 2ea8859a3c528e636ee8e681fc7da1db29a0aeed
Author: Vincent Torri <vto...@outlook.fr>
AuthorDate: Tue May 6 16:53:08 2025 +0200
spelling
---
src/lib/eina/eina_debug_bt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lib/eina/eina_debug_bt.c b/src/lib/eina/eina_debug_bt.c
index abc13a4cd0..4bc09b0f70 100644
--- a/src/lib/eina/eina_debug_bt.c
+++ b/src/lib/eina/eina_debug_bt.c
@@ -300,7 +300,7 @@ _collect_bt(Eina_Thread th)
#ifndef _WIN32
pthread_kill((pthread_t)th, SIG); // we can cast Eina_Thread -> pthread_t
#else
- (void)th; // silenmce unused warn
+ (void)th; // silence unused warn
#endif
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.