From 5fd2cd60e9d8e8c9e69ac7eaa936800e01dc1a64 Mon Sep 17 00:00:00 2001 From: James LewisMoss Date: Fri, 20 Jul 2001 19:33:32 +0000 Subject: [PATCH] * src/gnome/top-level.c (gnucash_ui_init): remove the \n's frome the ENTER and LEAVE calls. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4966 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/gnome/top-level.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gnome/top-level.c b/src/gnome/top-level.c index 0780d8f3ca..25b5442b1f 100644 --- a/src/gnome/top-level.c +++ b/src/gnome/top-level.c @@ -200,7 +200,7 @@ gnucash_ui_init(void) GError *gerror; #endif - ENTER ("\n"); + ENTER (" "); /* We're going to have to have other ways to handle X and GUI specific args... */ @@ -333,7 +333,7 @@ gnucash_ui_init(void) } } - LEAVE ("\n"); + LEAVE (" "); return 0; }