From 5bfc7802a37c4795d1e08fb1e602f15af2e6fc3c Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 10 Apr 2021 15:45:25 -0400 Subject: Save 8 bytes --- taipan.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/taipan.c b/taipan.c index c07bca0..853625a 100644 --- a/taipan.c +++ b/taipan.c @@ -1980,7 +1980,8 @@ void final_stats(void) { cputc_s(); } - cputs("\n\n"); + crlf(); + crlf(); rvs_on(); // cputs("Your score is "); print_msg(M_your_score_is); @@ -1989,7 +1990,8 @@ void final_stats(void) #else cprintulong(score); #endif - cputs(".\n"); + cprint_period(); + crlf(); rvs_off(); if ((score < 100) && (score >= 0)) { -- cgit v1.2.3