mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 08:56:15 +09:00
util: fix warning
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user