summaryrefslogtreecommitdiff
path: root/main.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-08-14 04:29:41 -0400
committerJohn Wiegley <johnw@newartisans.com>2004-08-14 04:29:41 -0400
commit24e8977b57218cfac704068a3221558d1ce009a7 (patch)
tree8954d8f11d356ce3da898a464c27a662004e7a9a /main.cc
parenta5d9e21065bf553d8ea80914f2cb4d477384939a (diff)
downloadfork-ledger-24e8977b57218cfac704068a3221558d1ce009a7.tar.gz
fork-ledger-24e8977b57218cfac704068a3221558d1ce009a7.tar.bz2
fork-ledger-24e8977b57218cfac704068a3221558d1ce009a7.zip
fixed -G report
Diffstat (limited to 'main.cc')
-rw-r--r--main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cc b/main.cc
index b0d6e96b..ecac29e4 100644
--- a/main.cc
+++ b/main.cc
@@ -407,7 +407,7 @@ OPT_BEGIN(gain, "G", false) {
show_revalued =
show_revalued_only = true;
- value_expr = "c";
+ value_expr = "a";
total_expr = "G";
} OPT_END(gain);