summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric Bail <cedric@osg.samsung.com>2018-01-15 14:22:27 -0800
committerCedric Bail <cedric@osg.samsung.com>2018-01-15 14:22:27 -0800
commit631eb3701d86b1d5b09b4a54c96b55a70fbe777e (patch)
tree5c93531474373f169021d30675288e78378a2502
parenta8d2c6c42fe224f5534f4ab53fde6a3f2cd884e7 (diff)
downloadefl-631eb3701d86b1d5b09b4a54c96b55a70fbe777e.tar.gz
ecore: forgotten EFL_MAIN_EX.
-rw-r--r--src/examples/ecore/efl_net_dialer_windows_example.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/examples/ecore/efl_net_dialer_windows_example.c b/src/examples/ecore/efl_net_dialer_windows_example.c
index bed044e592..44daab0bfa 100644
--- a/src/examples/ecore/efl_net_dialer_windows_example.c
+++ b/src/examples/ecore/efl_net_dialer_windows_example.c
@@ -230,3 +230,5 @@ efl_main(void *data EINA_UNUSED,
efl_loop_quit(ev->object, eina_value_int_init(EXIT_FAILURE));
}
+
+EFL_MAIN_EX();