aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2016-02-07 06:36:37 -0500
committerB. Watson <yalhcru@gmail.com>2016-02-07 06:36:37 -0500
commit55beabbdf3c2485c44cd3d8ecd1022ca1379bd65 (patch)
treebb885b0cc6a0b653b2c05e6629e9209201ddcfb9
parent8d0266e264036a8572adc0be5dc690471044b8d8 (diff)
downloadtaipan-55beabbdf3c2485c44cd3d8ecd1022ca1379bd65.tar.gz
save a few more bytes
-rw-r--r--taipan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/taipan.c b/taipan.c
index 6d8d12f..6621885 100644
--- a/taipan.c
+++ b/taipan.c
@@ -2745,7 +2745,7 @@ void name_firm(void) {
cputcxy(39, 16, 3); // lower right corner
gotoxy(6, 9);
- cputs("Taipan,");
+ cprint_taipan_comma();
gotoxy(2, 11);
cputs("What will you name your");
gotoxy(6, 13);