From 13ac2252200bc208a09c396f6629042f0e49c16a Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Fri, 22 May 2015 21:59:35 -0400 Subject: some fixes --- src/info.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/info.c') diff --git a/src/info.c b/src/info.c index 9e93d25..4776540 100644 --- a/src/info.c +++ b/src/info.c @@ -25,8 +25,8 @@ void info_handler(struct player_t *player) free(sym); - output("Transaction history for '%s':\n", stock->symbol); - horiz_line(); + heading("Transaction history for '%s'", stock->symbol); + print_history(stock); horiz_line(); output("Current price: $%llu.%02llu\n", stock->current_price.cents / 100, stock->current_price.cents % 100); -- cgit v1.1