diff options
author | Craig Earls <enderw88@gmail.com> | 2013-01-30 16:45:50 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2013-01-30 16:45:50 -0700 |
commit | 0e0f9973c70ea4b026880e461a3a5024566cc19a (patch) | |
tree | c3416c163e9f13b1fdd2a5ccc3400375723e7aac /src/textual.cc | |
parent | aeac4fe252954c21be0b6d2bac67ee74be77bf86 (diff) | |
parent | b21ee1de170f99e8ed5c82546c8ae69e209bd8d6 (diff) | |
download | fork-ledger-0e0f9973c70ea4b026880e461a3a5024566cc19a.tar.gz fork-ledger-0e0f9973c70ea4b026880e461a3a5024566cc19a.tar.bz2 fork-ledger-0e0f9973c70ea4b026880e461a3a5024566cc19a.zip |
Merge branch 'next' into kitchen-sink
Diffstat (limited to 'src/textual.cc')
-rw-r--r-- | src/textual.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/textual.cc b/src/textual.cc index 6106914f..b19ce79a 100644 --- a/src/textual.cc +++ b/src/textual.cc @@ -282,6 +282,10 @@ void instance_t::parse() } } +#if defined(TIMELOG_SUPPORT) + timelog.close(); +#endif // TIMELOG_SUPPORT + TRACE_STOP(instance_parse, 1); } |