diff options
Diffstat (limited to 'crypto/c64xpluscpuid.pl')
-rw-r--r-- | crypto/c64xpluscpuid.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/c64xpluscpuid.pl b/crypto/c64xpluscpuid.pl index 0fc1b8b60a..9aedc47dbb 100644 --- a/crypto/c64xpluscpuid.pl +++ b/crypto/c64xpluscpuid.pl @@ -284,4 +284,4 @@ bus_loop2_done?: ___ print $code; -close STDOUT or die "error closing STDOUT"; +close STDOUT or die "error closing STDOUT: $!"; |