summaryrefslogtreecommitdiffstats
path: root/fixprogs
diff options
context:
space:
mode:
Diffstat (limited to 'fixprogs')
-rwxr-xr-xfixprogs2
1 files changed, 1 insertions, 1 deletions
diff --git a/fixprogs b/fixprogs
index 61840cf8..af76ee39 100755
--- a/fixprogs
+++ b/fixprogs
@@ -65,7 +65,7 @@ foreach (@infile) {
($null, $null, $rate) = split(/,/, $ent[0]);
$est = $rate / $entscale; # scale the estimate back
}
- }
+ }
print OUT "\"$cmd\" $path $est\n";
}