X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fsensors.c;h=61868e884f747cb543f7e944228e93945f0f728f;hp=8d1ece9a1ba0a45a43ba99abe2a550d8c3482bd6;hb=54619dc85fd308b21ed09a0271e5c7383c7921b9;hpb=839dbf244f96d08c02d18e1fc64264b1740e6fc6 diff --git a/src/sensors.c b/src/sensors.c index 8d1ece9a..61868e88 100644 --- a/src/sensors.c +++ b/src/sensors.c @@ -230,7 +230,7 @@ static int sensors_load_conf(void) { last_feature = fl; } /* while sensors_get_all_features */ } /* while sensors_get_detected_chips */ -/* #endif SENSORS_API_VERSION < 0x400 */ + /* #endif SENSORS_API_VERSION < 0x400 */ #elif (SENSORS_API_VERSION >= 0x400) chip_num = 0; @@ -368,7 +368,7 @@ static int sensors_read(void) { sensors_submit(plugin_instance, sensor_type_name_map[fl->type], type_instance, value); } /* for fl = first_feature .. NULL */ -/* #endif SENSORS_API_VERSION < 0x400 */ + /* #endif SENSORS_API_VERSION < 0x400 */ #elif (SENSORS_API_VERSION >= 0x400) for (featurelist_t *fl = first_feature; fl != NULL; fl = fl->next) {