E: Fix formatting. (Really ??? 3 lines for something that can fit on

one ?)



SVN revision: 61614
This commit is contained in:
Christopher Michael 2011-07-23 18:07:18 +00:00
parent d872100a56
commit 50dd6a5697
1 changed files with 1 additions and 3 deletions

View File

@ -9,9 +9,7 @@ EAPI void
e_error_message_show_internal(char *txt) e_error_message_show_internal(char *txt)
{ {
/* FIXME: maybe log these to a file and display them at some point */ /* FIXME: maybe log these to a file and display them at some point */
printf("<<<< Enlightenment Error >>>>\n" printf("<<<< Enlightenment Error >>>>\n%s\n", txt);
"%s\n",
txt);
} }
/* local subsystem functions */ /* local subsystem functions */