mirror of
https://github.com/systemd/systemd.git
synced 2025-03-19 22:50:17 +03:00
dissect-image: remove unnecessary parens
This commit is contained in:
parent
79d5f00ad1
commit
7533a33b0c
@ -2250,8 +2250,8 @@ int dissected_image_acquire_metadata(DissectedImage *m) {
|
||||
[META_HOSTNAME] = "/etc/hostname\0",
|
||||
[META_MACHINE_ID] = "/etc/machine-id\0",
|
||||
[META_MACHINE_INFO] = "/etc/machine-info\0",
|
||||
[META_OS_RELEASE] = ("/etc/os-release\0"
|
||||
"/usr/lib/os-release\0"),
|
||||
[META_OS_RELEASE] = "/etc/os-release\0"
|
||||
"/usr/lib/os-release\0",
|
||||
[META_EXTENSION_RELEASE] = NULL,
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user