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 .s1
.EX financial .EX financial
.NF .NF
-= Empire Financial Status Report =- -= Empire Financial Status Report =-
Mon Oct 6 11:12:30 1986 Mon Oct 6 11:12:30 1986
Loan From To Rate Dur Paid Total Loan From To Rate Dur Paid Total
6 ( 2) Domino ( 3) Oz 0% 10 0 5000 6 ( 2) Domino ( 3) Oz 0% 10 0 5000

View file

@ -56,7 +56,7 @@ fina(void)
return RET_SYN; return RET_SYN;
(void)time(&now); (void)time(&now);
pr("\n"); pr("\n");
pr(" -= Empire Financial Status Report =- \n"); pr(" -= Empire Financial Status Report =-\n");
pr(" "); pr(" ");
prdate(); prdate();
pr("Loan From To Rate Dur Paid Total\n"); pr("Loan From To Rate Dur Paid Total\n");