mirror of
https://github.com/systemd/systemd.git
synced 2025-01-11 09:18:07 +03:00
remove stray initializer
Picked up by "gcc -Wextra". udevadm.c:83: warning: initialized field overwritten udevadm.c:83: warning: (near initialization for ‘cmds[2].help’) This is just a cleanup. It doesn't change the code generated by gcc.
This commit is contained in:
parent
e5e641518b
commit
a3ab20722d
@ -79,7 +79,7 @@ static const struct command cmds[] = {
|
||||
},
|
||||
{
|
||||
.name = "settle",
|
||||
.cmd = udevadm_settle, "",
|
||||
.cmd = udevadm_settle,
|
||||
.help = "wait for the event queue to finish",
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user