edi_main: don't use exit, goto and shutdown properly.

This commit is contained in:
Al Poole 2017-10-04 16:53:28 +01:00
parent bef7238a9a
commit 251ea96020
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{