netlink plugin: Fix build issues under Debian Sarge
[collectd.git] / src / logfile.c
index 4563c89..102f12b 100644 (file)
@@ -118,7 +118,6 @@ void module_register (void)
        plugin_register_config ("logfile", logfile_config,
                        config_keys, config_keys_num);
        plugin_register_log ("logfile", logfile_log);
-       return;
 } /* void module_register (void) */
 
 /* vim: set sw=4 ts=4 tw=78 noexpandtab : */