From 63e9fb1034853f6b70678fabe7683f31c81664f5 Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Tue, 12 Sep 2000 07:17:27 +0000 Subject: [PATCH] Minor fixes. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2831 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/engine/Transaction.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/engine/Transaction.h b/src/engine/Transaction.h index 646c5c6832..0914625008 100644 --- a/src/engine/Transaction.h +++ b/src/engine/Transaction.h @@ -302,11 +302,11 @@ const char * xaccTransIsCommonCurrency (Transaction *trans, * given, otherwise, it returns NULL. * * This is useful when changing one split such that the old entry in - * that split is of no relevance when determining whether the new entry - * has a common currency with the other splits. + * that split is of no relevance when determining whether the new + * entry has a common currency with the other splits. */ const char * xaccTransIsCommonExclSCurrency (Transaction *trans, - const char * currency, + const char * currency, Split *excl_split); /* The xaccTransGetImbalance() method returns the total value of the