e: missing line return on a message.

SVN revision: 72830
This commit is contained in:
Chidambar Zinnoury 2012-06-25 20:19:18 +00:00
parent 699ec3f94d
commit 4b02035868
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ main(int argc, char **argv)
_e_main_shutdown_push(eina_shutdown);
if (!e_log_init())
{
e_error_message_show(_("Enlightenment could not create a logging domain!"));
e_error_message_show(_("Enlightenment could not create a logging domain!\n"));
_e_main_shutdown(-1);
}
#ifdef TS_DO