From e8742793e6a868f73733725527a9ec4e88e2fd26 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Sun, 21 Apr 2013 13:22:01 +0200 Subject: [PATCH] Drop trailing space in output of financial --- info/financial.t | 2 +- src/lib/commands/fina.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/info/financial.t b/info/financial.t index 07a78460..f8d29598 100644 --- a/info/financial.t +++ b/info/financial.t @@ -15,7 +15,7 @@ may be "sharked" up and collected upon. .s1 .EX financial .NF - -= Empire Financial Status Report =- + -= Empire Financial Status Report =- Mon Oct 6 11:12:30 1986 Loan From To Rate Dur Paid Total 6 ( 2) Domino ( 3) Oz 0% 10 0 5000 diff --git a/src/lib/commands/fina.c b/src/lib/commands/fina.c index 45725dcc..fd3be41d 100644 --- a/src/lib/commands/fina.c +++ b/src/lib/commands/fina.c @@ -56,7 +56,7 @@ fina(void) return RET_SYN; (void)time(&now); pr("\n"); - pr(" -= Empire Financial Status Report =- \n"); + pr(" -= Empire Financial Status Report =-\n"); pr(" "); prdate(); pr("Loan From To Rate Dur Paid Total\n");