aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--taipan.c6
1 files 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))
{