From 50dd6a56970747d566d2ce3eee4305e2e530a16d Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Sat, 23 Jul 2011 18:07:18 +0000 Subject: [PATCH] E: Fix formatting. (Really ??? 3 lines for something that can fit on one ?) SVN revision: 61614 --- src/bin/e_error.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/bin/e_error.c b/src/bin/e_error.c index 2c3acd5d9..cd7e5ccfd 100644 --- a/src/bin/e_error.c +++ b/src/bin/e_error.c @@ -9,9 +9,7 @@ EAPI void e_error_message_show_internal(char *txt) { /* FIXME: maybe log these to a file and display them at some point */ - printf("<<<< Enlightenment Error >>>>\n" - "%s\n", - txt); + printf("<<<< Enlightenment Error >>>>\n%s\n", txt); } /* local subsystem functions */