From f93fbbad801c9935895aae91222a3d86b962a471 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 10 Apr 2021 16:17:17 -0400 Subject: Save 3 bytes --- taipan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taipan.c b/taipan.c index 853625a..a52bf8a 100644 --- a/taipan.c +++ b/taipan.c @@ -1912,7 +1912,7 @@ void final_stats(void) { int years = year - 1860, time = get_time(), - choice = 0; + choice; #ifdef BIGNUM long score; -- cgit v1.2.3