X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fsensors.c;h=3969dc9a8fc6779e1ecf54dad0b82e6d4cabb53a;hb=f25d207699e013bb47c0083fe56b8358a98f6f4d;hp=572d41f1f34b6d4580a7a6bdd5dda56d6397c2e2;hpb=109aa67e9a982321af6547b92b5b2b6c8ae2c244;p=collectd.git diff --git a/src/sensors.c b/src/sensors.c index 572d41f1..3969dc9a 100644 --- a/src/sensors.c +++ b/src/sensors.c @@ -158,7 +158,7 @@ typedef struct featurelist { } featurelist_t; static char *conffile = NULL; -static _Bool use_labels = 0; +static bool use_labels; /* #endif (SENSORS_API_VERSION >= 0x400) && (SENSORS_API_VERSION < 0x500) */ #else /* if SENSORS_API_VERSION >= 0x500 */