fix various formatting nits in CMP contribution chunks 1-6 found by the new util...
[oweals/openssl.git] / crypto / pariscid.pl
index aafcb2a9bc3b06f35c79832eedbce025345936e2..c8ee8bdb0a4cdd739eddb950404dec8e0a21ff76 100644 (file)
@@ -275,5 +275,5 @@ foreach(split("\n",$code)) {
 
        print $_,"\n";
 }
-close STDOUT;
+close STDOUT or die "error closing STDOUT: $!";