edi_welcome: Formatting.

This commit is contained in:
Alastair Poole 2019-12-20 22:26:12 +00:00
parent 9217df2da2
commit 55084ea2ec
1 changed files with 2 additions and 2 deletions

View File

@ -107,8 +107,8 @@ _edi_welcome_project_open(const char *path, const unsigned int _edi_creating)
}
else
{
ecore_exe_run(eina_slstr_printf("edi %s", path), NULL);
exit(0);
ecore_exe_run(eina_slstr_printf("edi %s", path), NULL);
exit(0);
}
}