chiark / gitweb /
Constify ConfigTableItem tables
[elogind.git] / src / timesync / timesyncd.c
index 78ef5f72a1910f22f563f54a459b3a4ad9935281..67a434adeec3e210dd8e840a6e54eb2bc0a29c8b 100644 (file)
@@ -1111,7 +1111,7 @@ static int manager_parse_config_file(Manager *m) {
         }
 
         r = config_parse(NULL, fn, f, "Time\0", config_item_perf_lookup,
-                         (void*) timesyncd_gperf_lookup, false, false, m);
+                         timesyncd_gperf_lookup, false, false, m);
         if (r < 0)
                 log_warning("Failed to parse configuration file: %s", strerror(-r));