Code

Use stdbool.h's bool type instead of _Bool.
[sysdb.git] / src / plugins / backend / mk-livestatus.c
index 599758bb7e9042ba31a9a555b6df11fad9d0b6fb..7d9e320bc79c1f05524608c4d617e8ee786d6cd6 100644 (file)
@@ -327,7 +327,7 @@ sdb_module_init(sdb_plugin_info_t *info)
 
        sdb_plugin_register_config(sdb_livestatus_config);
        return 0;
-} /* sdb_version_extra */
+} /* sdb_module_init */
 
 /* vim: set tw=78 sw=4 ts=4 noexpandtab : */