diff --git a/src/bin/e_remote_main.c b/src/bin/e_remote_main.c index 341585e6d..88d8a2be3 100644 --- a/src/bin/e_remote_main.c +++ b/src/bin/e_remote_main.c @@ -89,7 +89,7 @@ main(int argc, char **argv) "Perhaps you are out of memory?\n"); exit(-1); } - ecore_app_args_set((int)argc, (const char **)argv); + ecore_app_args_set(argc, (const char **)argv); /* setup a handler for when e is asked to exit via a system signal */ if (!ecore_event_handler_add(ECORE_EVENT_SIGNAL_EXIT, _e_cb_signal_exit, NULL)) {