diff options
-rw-r--r-- | src/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.c b/src/util.c index 0d1d16d9ac..de36d1595e 100644 --- a/src/util.c +++ b/src/util.c @@ -5942,7 +5942,7 @@ unsigned long cap_last_cap(void) { } char *format_bytes(char *buf, size_t l, off_t t) { - int i; + unsigned i; static const struct { const char *suffix; |