mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Remove semi-colon accidently left in prior commit.
This commit is contained in:
parent
079257a074
commit
d80bd0387d
@ -3966,7 +3966,7 @@ gnc_book_options_dialog_apply_cb(GNCOptionWin * optionwin,
|
||||
|
||||
if (!options) return;
|
||||
|
||||
if (gnc_book_options_dialog_apply_helper (options));
|
||||
if (gnc_book_options_dialog_apply_helper (options))
|
||||
{
|
||||
gnc_gui_refresh_all ();
|
||||
if (!optionwin) return;
|
||||
|
Loading…
Reference in New Issue
Block a user