mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* 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
This commit is contained in:
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…
Reference in New Issue
Block a user