dns plugin: Check for `net/ppp_defs.h' and include it before `net/if_ppp.h' if it...
[collectd.git] / src / syslog.c
index 3123e89..08dadcb 100644 (file)
@@ -92,6 +92,4 @@ void module_register (void)
        plugin_register_init ("syslog", sl_init);
        plugin_register_log ("syslog", sl_log);
        plugin_register_shutdown ("syslog", sl_shutdown);
-
-       return;
 } /* void module_register(void) */