Code

sensors plugin: mark variable as static
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Fri, 4 Mar 2016 17:00:40 +0000 (18:00 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Fri, 4 Mar 2016 17:00:40 +0000 (18:00 +0100)
src/sensors.c

index dc6a2101778ca4677e06d2f75dc954a294103672..c678dec99c2fbdb5e544bfded5fd5a8327173c1e 100644 (file)
@@ -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