ANSI decl
authorJean-Philippe Orsini <jeanfi@gmail.com>
Wed, 24 Sep 2014 07:20:54 +0000 (09:20 +0200)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Wed, 24 Sep 2014 07:20:54 +0000 (09:20 +0200)
src/cfg.c

index c601933..2d44794 100644 (file)
--- a/src/cfg.c
+++ b/src/cfg.c
@@ -774,7 +774,7 @@ GSettings *config_get_GSettings(void)
        return settings;
 }
 
-bool config_is_lmsensor_enabled()
+bool config_is_lmsensor_enabled(void)
 {
        return get_bool(KEY_PROVIDER_LMSENSORS_ENABLED);
 }