git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3324 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas
2000-12-20 10:24:07 +00:00
parent f166ff5bed
commit ff60d06033
+1 -1
View File
@@ -615,7 +615,7 @@ xaccRecomputeGroupBalance (AccountGroup *grp)
GList *node;
if (!grp) return;
if (!grp->accounts);
if (!grp->accounts) return;
account = grp->accounts->data;