E: Grrr, fix previous commit to actually compile.

SVN revision: 61762
This commit is contained in:
Christopher Michael 2011-07-26 14:04:14 +00:00
parent 42d65203ca
commit 9e529fccdd
1 changed files with 3 additions and 1 deletions

View File

@ -392,7 +392,9 @@ main(int argc, char **argv)
TS("E_Randr Init");
if (!e_randr_init())
e_error_message_show(_("Enlightenment cannot initialize E_Randr!\n"));
{
e_error_message_show(_("Enlightenment cannot initialize E_Randr!\n"));
}
else
_e_main_shutdown_push(e_randr_shutdown);
TS("E_Randr Init Done");