From: Ruben Kerkhof Date: Fri, 4 Mar 2016 17:00:40 +0000 (+0100) Subject: sensors plugin: mark variable as static X-Git-Tag: collectd-5.6.0~449^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1604%2Fhead;p=thirdparty%2Fcollectd.git sensors plugin: mark variable as static --- diff --git a/src/sensors.c b/src/sensors.c index dc6a21017..c678dec99 100644 --- a/src/sensors.c +++ b/src/sensors.c @@ -176,7 +176,7 @@ static char *conffile = NULL; "as bug." #endif -featurelist_t *first_feature = NULL; +static featurelist_t *first_feature = NULL; static ignorelist_t *sensor_list; #if SENSORS_API_VERSION < 0x400