From 6c1f7cf08ab7374b9baf4d8bfe0aa30f9cba81c6 Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 8 Jul 2020 15:37:17 +0200 Subject: libsensors-plugin: function declaration isn't a prototype --- plugins/libsensors/libsensors-plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/libsensors') 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 */ -- cgit v1.2.1