chiark / gitweb /
Constify ConfigTableItem tables
[elogind.git] / src / journal / coredump.c
index 1b8c2e8bc0eeff2714caca579051d4dda0125e66..cd612b7ebca80087189d19ae902859f83d91bed2 100644 (file)
@@ -120,7 +120,7 @@ static int parse_config(void) {
                         NULL,
                         "Coredump\0",
                         config_item_table_lookup,
-                        (void*) items,
+                        items,
                         false,
                         false,
                         NULL);