diff options
author | Roland McGrath <roland@redhat.com> | 1993-01-23 01:54:04 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-01-23 01:54:04 +0000 |
commit | c653200459d167f1bb1ebca574b432d1c2d021aa (patch) | |
tree | d97ce1f54577d498f3012d8db01143a76a1d41fb | |
parent | 0b396e2587ec152f1e8981a72b19df98e4fb0cd8 (diff) | |
download | gunmake-c653200459d167f1bb1ebca574b432d1c2d021aa.tar.gz |
Formerly variable.c.~16~
-rw-r--r-- | variable.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |