summaryrefslogtreecommitdiff
path: root/variable.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-01-23 01:54:04 +0000
committerRoland McGrath <roland@redhat.com>1993-01-23 01:54:04 +0000
commitc653200459d167f1bb1ebca574b432d1c2d021aa (patch)
treed97ce1f54577d498f3012d8db01143a76a1d41fb /variable.c
parent0b396e2587ec152f1e8981a72b19df98e4fb0cd8 (diff)
downloadgunmake-c653200459d167f1bb1ebca574b432d1c2d021aa.tar.gz
Formerly variable.c.~16~
Diffstat (limited to 'variable.c')
-rw-r--r--variable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/variable.c b/variable.c
index 0729550..2254639 100644
--- a/variable.c
+++ b/variable.c
@@ -682,7 +682,7 @@ print_variable_set (set, prefix)
#ifndef NO_FLOAT
printf ("# average of %.1f variables per bucket, \
max %u in one bucket.\n",
- ((double) nvariables) * 100.0 / (double) set->buckets,
+ (double) nvariables / (double) set->buckets,
per_bucket);
#endif
}