Drop trailing space in output of financial

This commit is contained in:
Markus Armbruster 2013-04-21 13:22:01 +02:00
parent 14b31911dc
commit e8742793e6
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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");