Drop trailing space in output of financial
This commit is contained in:
parent
14b31911dc
commit
e8742793e6
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue