mirror of
https://github.com/systemd/systemd.git
synced 2025-03-19 22:50:17 +03:00
[PATCH] remove extra ; in namedev_parse.c
Thanks to Olaf Hering <olh@suse.de> for pointing this out.
This commit is contained in:
parent
60ea694525
commit
2731fd98c6
@ -65,7 +65,7 @@ void dump_config_dev(struct config_device *dev)
|
||||
"owner='%s', group='%s', mode=%#o",
|
||||
dev->name, dev->symlink, dev->bus, dev->place, dev->id,
|
||||
dev->sysfs_pair[0].file, dev->sysfs_pair[0].value,
|
||||
dev->kernel, dev->program, dev->result,;
|
||||
dev->kernel, dev->program, dev->result,
|
||||
dev->owner, dev->group, dev->mode);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user