diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/libsensors/libsensors-plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/libsensors/libsensors-plugin.c b/plugins/libsensors/libsensors-plugin.c index 08bd059..b57bf89 100644 --- a/plugins/libsensors/libsensors-plugin.c +++ b/plugins/libsensors/libsensors-plugin.c @@ -435,7 +435,7 @@ static gdouble libsensors_plugin_get_sensor_value(const gchar *path, } -static GList *libsensors_plugin_init() { +static GList *libsensors_plugin_init(void) { GError *err = NULL; /* compile the regular expressions */ |