From d29bb5b8cd16a822d59a1e30390f017abd2dd14a Mon Sep 17 00:00:00 2001 From: Robert Fewell <14uBobIT@gmail.com> Date: Fri, 16 Jun 2017 16:50:45 +0100 Subject: [PATCH] Correct corrupted line in gnc-account-sel.h --- src/gnome-utils/gnc-account-sel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gnome-utils/gnc-account-sel.h b/src/gnome-utils/gnc-account-sel.h index 8fea7e90c5..49d837f57d 100644 --- a/src/gnome-utils/gnc-account-sel.h +++ b/src/gnome-utils/gnc-account-sel.h @@ -106,4 +106,4 @@ void gnc_account_sel_set_new_account_modal( GNCAccountSel *gas, gint gnc_account_sel_get_num_account( GNCAccountSel *gas ); void gnc_account_sel_purge_account( GNCAccountSel *gas, Account *acc, gboolean recursive); -#endif /* !ndef GNC_ACCOUNT_SEL_H */ +#endif /* GNC_ACCOUNT_SEL_H */