summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CCache/stats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/CCache/stats.c b/CCache/stats.c
index db0d4d2bf..4d01d2afa 100644
--- a/CCache/stats.c
+++ b/CCache/stats.c
@@ -141,7 +141,7 @@ static void stats_update_size(enum stats stat, size_t size, size_t numfiles)
if (lock_fd(fd) != 0) {
close(fd);
return;
- }
+ }
/* read in the old stats */
stats_read_fd(fd, counters);