* 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
zzzoldfeatures/g2-gog-integ
James LewisMoss 25 years ago
parent ec7add1768
commit 5fd2cd60e9

@ -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;
}

Loading…
Cancel
Save