diff options
-rw-r--r-- | taipan.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2249,7 +2249,7 @@ void transfer(void) { good_joss_timed_getch(); } } - // port_stats(); // caller does this when we return + port_stats(); // have to do this in the loop } } |