summaryrefslogtreecommitdiff
path: root/valexpr.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-08-09 17:32:20 -0400
committerJohn Wiegley <johnw@newartisans.com>2004-08-09 17:32:20 -0400
commit05b2cc46fdf6accd2ecbdc3c1ce86829bc7bfa68 (patch)
treeab61a5efdcdfe7bb73f346da5e45ac228d6458c0 /valexpr.h
parent2dc822291f3ecef34eb0ef2920c395b0e056fbda (diff)
downloadfork-ledger-05b2cc46fdf6accd2ecbdc3c1ce86829bc7bfa68.tar.gz
fork-ledger-05b2cc46fdf6accd2ecbdc3c1ce86829bc7bfa68.tar.bz2
fork-ledger-05b2cc46fdf6accd2ecbdc3c1ce86829bc7bfa68.zip
fixed account display bug
Diffstat (limited to 'valexpr.h')
-rw-r--r--valexpr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/valexpr.h b/valexpr.h
index a774472f..17ecc123 100644
--- a/valexpr.h
+++ b/valexpr.h
@@ -57,7 +57,7 @@ struct node_t
DATE,
CLEARED,
REAL,
- INDEX,
+ INDEX, // for accounts, this is the DEPTH
// Item totals
BALANCE,