chiark / gitweb /
Constify ConfigTableItem tables
[elogind.git] / src / shared / install.c
index 190c554347ac200f3d9462e82d94552e002fb5e5..a080d8f328af9ae4acbd3041362f6f5d5b2985c2 100644 (file)
@@ -1076,7 +1076,7 @@ static int unit_file_load(
                 return -ENOMEM;
         }
 
-        r = config_parse(NULL, path, f, NULL, config_item_table_lookup, (void*) items, true, true, info);
+        r = config_parse(NULL, path, f, NULL, config_item_table_lookup, items, true, true, info);
         if (r < 0)
                 return r;