1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-11 09:18:07 +03:00

util: fix warning

This commit is contained in:
Lennart Poettering 2011-12-31 03:35:45 +01:00
parent e81e801af6
commit c0f99c21f4

View File

@ -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;