declare var

master
Heuzef 5 years ago
parent 5e0ff81283
commit 0668e04cd7
  1. 4
      Check.pm

@ -190,10 +190,10 @@ sub size_consistency {
# Print result # Print result
if ( $toosmall == "false" && $toobig == "false" ) { if ( $toosmall == "false" && $toobig == "false" ) {
print("Normal"); my $sizeConsistency = print("Normal");
} }
else { else {
print("ANOMALOUS"); my $sizeConsistency = print("ANOMALOUS");
} }
exit(0); exit(0);

Loading…
Cancel
Save