summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-12-14 19:36:43 +0000
committerRoland McGrath <roland@redhat.com>1993-12-14 19:36:43 +0000
commitcf9bc4ae2fb8cd473766dce8bf66982c3a842b47 (patch)
treec38934b367f9cc44c06e32e9605dfe2a482d39d4 /file.c
parent2a191593947281229fecaff9519a4f3692a0c31f (diff)
downloadgunmake-cf9bc4ae2fb8cd473766dce8bf66982c3a842b47.tar.gz
Formerly file.c.~27~
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index d2758be..96fdb29 100644
--- a/file.c
+++ b/file.c
@@ -506,7 +506,7 @@ print_file_data_base ()
printf ("\n# %u files in %u hash buckets.\n", nfiles, FILE_BUCKETS);
#ifndef NO_FLOAT
printf ("# average %.1f files per bucket, max %u files in one bucket.\n",
- ((double) FILE_BUCKETS) / ((double) nfiles) * 100.0, per_bucket);
+ ((double) nfiles) / ((double) FILE_BUCKETS) * 100.0, per_bucket);
#endif
}
}