diff options
author | rbuj <[email protected]> | 2020-07-08 15:37:17 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-07-15 14:13:09 +0200 |
commit | 6c1f7cf08ab7374b9baf4d8bfe0aa30f9cba81c6 (patch) | |
tree | cc090797350eb0aa9e3c50537a2c057f059715a4 /plugins | |
parent | d7949826e18f96504bfc1a597b3ab3545d748012 (diff) | |
download | mate-sensors-applet-6c1f7cf08ab7374b9baf4d8bfe0aa30f9cba81c6.tar.bz2 mate-sensors-applet-6c1f7cf08ab7374b9baf4d8bfe0aa30f9cba81c6.tar.xz |
libsensors-plugin: function declaration isn't a prototype
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 */ |