From 611343e2015f8cc7aac01ff8a5183b6ca57a7788 Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Sun, 4 Oct 1998 02:11:16 +0000 Subject: [PATCH] cleanup git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1255 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/engine/Account.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/engine/Account.h b/src/engine/Account.h index ad788c4c39..9834fb5081 100644 --- a/src/engine/Account.h +++ b/src/engine/Account.h @@ -78,9 +78,10 @@ void xaccZeroRunningBalances (Account **list); /* The xaccConsolidateTransactions() subroutine scans through * all of the transactions in an account, and compares them. - * if any of them are exact duplicates, the duplicates are removed. + * If any of them are exact duplicates, the duplicates are removed. * duplicates may occur when accounts from multiple sources are - * merged. Note that this can be a dangerous operation to perform. + * merged. Note that this can be a dangerous operation to perform, + * as it may remove transactions that were not true duplicatees ... */ void xaccConsolidateTransactions (Account *);