mirror of
https://github.com/systemd/systemd.git
synced 2025-03-06 00:58:29 +03:00
udev-util: align string table
This commit is contained in:
parent
1ab7e2b587
commit
1c6e17e5d1
@ -29,7 +29,7 @@
|
||||
|
||||
static const char* const resolve_name_timing_table[_RESOLVE_NAME_TIMING_MAX] = {
|
||||
[RESOLVE_NAME_NEVER] = "never",
|
||||
[RESOLVE_NAME_LATE] = "late",
|
||||
[RESOLVE_NAME_LATE] = "late",
|
||||
[RESOLVE_NAME_EARLY] = "early",
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user