summaryrefslogtreecommitdiff
path: root/derive.cc
diff options
context:
space:
mode:
Diffstat (limited to 'derive.cc')
-rw-r--r--derive.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/derive.cc b/derive.cc
index 402eef8a..07a8aaa4 100644
--- a/derive.cc
+++ b/derive.cc
@@ -36,7 +36,7 @@ entry_t * derive_new_entry(journal_t& journal,
if (i == end) {
// If no argument were given but the payee, assume the user wants
// to see the same transaction as last time.
- added->code = matching->code;
+ added->code = matching->code;
for (transactions_list::iterator j = matching->transactions.begin();
j != matching->transactions.end();