mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
2001-05-13 Dave Peticolas <dave@krondo.com>
* src/engine/Account.c (finder_help_function): fix warning git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4178 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
1ef81e6971
commit
763f1dd255
@ -1,3 +1,7 @@
|
||||
2001-05-13 Dave Peticolas <dave@krondo.com>
|
||||
|
||||
* src/engine/Account.c (finder_help_function): fix warning
|
||||
|
||||
2001-05-13 Kevin Finn <kevinfinn@mediaone.net>
|
||||
|
||||
* src/SplitLedger.c, src/engine/Account.c, src/engine/Account.h:
|
||||
|
@ -2283,7 +2283,7 @@ finder_help_function(Account *account,
|
||||
{
|
||||
GList *slp;
|
||||
|
||||
if (account == NULL) return NULL;
|
||||
if (account == NULL) return;
|
||||
|
||||
for (slp = g_list_last (xaccAccountGetSplitList (account));
|
||||
slp;
|
||||
|
Loading…
Reference in New Issue
Block a user