]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
dissect-image: remove unnecessary parens
authorLennart Poettering <lennart@poettering.net>
Mon, 8 Mar 2021 16:31:35 +0000 (17:31 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 8 Mar 2021 16:31:35 +0000 (17:31 +0100)
src/shared/dissect-image.c

index 55a0c9525c5d31788f1f6aaeaa9be76e01f75fc1..aeaa1061fbc128c74629e6ff51bc799428204697 100644 (file)
@@ -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,
         };