diff --git a/src/bin/edi_main.c b/src/bin/edi_main.c index 134bf29..d8573f2 100644 --- a/src/bin/edi_main.c +++ b/src/bin/edi_main.c @@ -1606,7 +1606,7 @@ elm_main(int argc EINA_UNUSED, char **argv EINA_UNUSED) args = ecore_getopt_parse(&optdesc, values, argc, argv); if (quit_option) { - exit(1); + goto end; } else if (args < 0) {