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:
parent
e81e801af6
commit
c0f99c21f4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user