summaryrefslogtreecommitdiff
path: root/binary.h
diff options
context:
space:
mode:
Diffstat (limited to 'binary.h')
-rw-r--r--binary.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/binary.h b/binary.h
index 4fe0a5ea..46c7f55b 100644
--- a/binary.h
+++ b/binary.h
@@ -9,7 +9,7 @@ extern unsigned long magic_number;
extern unsigned int read_binary_ledger(std::istream& in,
const std::string& leader,
- ledger_t * book,
+ ledger_t * journal,
account_t * master = NULL);
extern void write_binary_ledger(std::ostream& out,