mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
Fix spelling of function call.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6189 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
+1
-1
@@ -378,7 +378,7 @@ xaccAppendAccounts (AccountGroup *grp, GList **accounts_p)
|
||||
|
||||
*accounts_p = g_list_append (*accounts_p, account);
|
||||
|
||||
xaccApppendAccounts (account->children, accounts_p);
|
||||
xaccAppendAccounts (account->children, accounts_p);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user