From 4b020358688d3ab1c294a155b44bdd511cd18dd6 Mon Sep 17 00:00:00 2001 From: Chidambar Zinnoury Date: Mon, 25 Jun 2012 20:19:18 +0000 Subject: [PATCH] e: missing line return on a message. SVN revision: 72830 --- src/bin/e_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_main.c b/src/bin/e_main.c index a46a7e342..2c80f5a54 100644 --- a/src/bin/e_main.c +++ b/src/bin/e_main.c @@ -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