Oops. Use exit(-1) instead of my tested _e_main_shutdown(-1). My Bad :(

SVN revision: 41429
This commit is contained in:
Christopher Michael 2009-07-19 09:03:49 +00:00
parent 69a0f8c84f
commit 7b2158cfe6
1 changed files with 1 additions and 2 deletions

View File

@ -464,8 +464,7 @@ main(int argc, char **argv)
"will handle setting up environment variables, paths,\n"
"and launching any other required services etc.\n"
"before enlightenment itself begins running.\n");
_e_main_shutdown(-1);
// exit(-1);
exit(-1);
}
TS("ecore_con");