From 325aa17348f4834ddd94258e6e0594870489fdec Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Fri, 4 Mar 2016 17:53:13 +0100 Subject: [PATCH] thermal plugin: mark some variables as static --- src/thermal.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/thermal.c b/src/thermal.c index 27c92bc7..54311a64 100644 --- a/src/thermal.c +++ b/src/thermal.c @@ -35,8 +35,8 @@ static const char *config_keys[] = { "ForceUseProcfs" }; -const char *const dirname_sysfs = "/sys/class/thermal"; -const char *const dirname_procfs = "/proc/acpi/thermal_zone"; +static const char *const dirname_sysfs = "/sys/class/thermal"; +static const char *const dirname_procfs = "/proc/acpi/thermal_zone"; static _Bool force_procfs = 0; static ignorelist_t *device_list; -- 2.11.0