diff options
author | B. Watson <yalhcru@gmail.com> | 2021-04-10 16:17:17 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2021-04-10 16:17:17 -0400 |
commit | f93fbbad801c9935895aae91222a3d86b962a471 (patch) | |
tree | 33043995246bf6db4b6cec1ab290a586262a7514 | |
parent | 5bfc7802a37c4795d1e08fb1e602f15af2e6fc3c (diff) | |
download | taipan-f93fbbad801c9935895aae91222a3d86b962a471.tar.gz |
Save 3 bytes
-rw-r--r-- | taipan.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1912,7 +1912,7 @@ void final_stats(void) { int years = year - 1860, time = get_time(), - choice = 0; + choice; #ifdef BIGNUM long score; |