summaryrefslogtreecommitdiff
path: root/plugins/ibm-acpi/ibm-acpi-plugin.c
AgeCommit message (Collapse)AuthorFilesLines
2018-01-25ibm-acpi.c: Fix build warning:info-cppsp1-3/+3
ibm-acpi-plugin.c: In function ‘ibm_acpi_plugin_get_sensor_value’: ibm-acpi-plugin.c:182:13: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%*[^\n]"); /* Skip to the End of the Line */ ^ ibm-acpi-plugin.c:183:13: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%*1[\n]"); /* Skip One Newline */
2017-11-26Fix indents 02info-cppsp1-139/+144
2012-11-18fixed incorrect fsf addresses.Steve Zesch1-1/+1
2011-11-21Initial release bases on sensors-appletStefano Karapetsas1-0/+219