aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/double-hit2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/double-hit b/scripts/double-hit
index 04a3ab18..831e2df6 100755
--- a/scripts/double-hit
+++ b/scripts/double-hit
@@ -34,7 +34,7 @@ while ( $line = <FH> ) {
my $div;
- if ( $found > 0 ) {
+ if ( $foundclose > 0 ) {
$div = $found / $foundclose;
} else {
$div = 0.0;