aboutsummaryrefslogtreecommitdiff
path: root/src/bank-lib/fakebank_history.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bank-lib/fakebank_history.c')
-rw-r--r--src/bank-lib/fakebank_history.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bank-lib/fakebank_history.c b/src/bank-lib/fakebank_history.c
index b1770bb85..2ad363b49 100644
--- a/src/bank-lib/fakebank_history.c
+++ b/src/bank-lib/fakebank_history.c
@@ -130,6 +130,7 @@ struct Transaction *
130TFH_handle_history_range_skip (const struct HistoryArgs *ha, 130TFH_handle_history_range_skip (const struct HistoryArgs *ha,
131 const struct Transaction *pos) 131 const struct Transaction *pos)
132{ 132{
133 (void) ha;
133 /* Transactions 134 /* Transactions
134 * are stored from "head"/older to "tail"/younger. */ 135 * are stored from "head"/older to "tail"/younger. */
135 return pos->next; 136 return pos->next;