This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch feat/e-wl-proxy-planb
in repository enlightenment.
View the commit online.
commit e3db8321553613479124acf73a6a35fc329a5207
Author: [email protected] <[email protected]>
AuthorDate: Mon Jun 8 11:03:23 2026 -0600
chore(e_wl_proxy): drop stale build comment and fix comment typo
---
src/bin/e_wl_proxy/e_wl_proxy_main.c | 2 +-
src/bin/e_wl_proxy/meson.build | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/bin/e_wl_proxy/e_wl_proxy_main.c b/src/bin/e_wl_proxy/e_wl_proxy_main.c
index 328a85944..2436692f0 100644
--- a/src/bin/e_wl_proxy/e_wl_proxy_main.c
+++ b/src/bin/e_wl_proxy/e_wl_proxy_main.c
@@ -37,7 +37,7 @@ _accept_cb(void *data EINA_UNUSED, Ecore_Fd_Handler *fdh)
if ((errno == EMFILE) || (errno == ENFILE))
{
/* Out of file descriptors. With level-triggered polling the listen
- * socket would re-fire immediately and spin at 100%% CPU, so stop
+ * socket would re-fire immediately and spin at 100% CPU, so stop
* accepting and retry shortly once fds have (hopefully) freed up. */
fprintf(stderr, "e_wl_proxy: out of file descriptors, pausing accept\n");
ecore_main_fd_handler_active_set(fdh, ECORE_FD_ERROR);
diff --git a/src/bin/e_wl_proxy/meson.build b/src/bin/e_wl_proxy/meson.build
index 22b83a124..73916f76f 100644
--- a/src/bin/e_wl_proxy/meson.build
+++ b/src/bin/e_wl_proxy/meson.build
@@ -5,7 +5,6 @@ e_wl_proxy_core = static_library(
dependencies : [ dep_eina ],
)
-# executable enabled in Task 6 (needs e_wl_proxy_conn.c + e_wl_proxy_main.c)
executable('e_wl_proxy',
[ 'e_wl_proxy_conn.c', 'e_wl_proxy_main.c' ],
include_directories: include_directories('.', '../../..'),
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.