1
0
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:
Alan Jenkins 2009-01-16 20:35:34 +00:00 committed by Kay Sievers
parent e5e641518b
commit a3ab20722d

View File

@ -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",
},
{