2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-30 22:05:11 +00:00

Fixed some small errors

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1452 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Abraham van der Merwe
2002-07-12 09:11:05 +00:00
parent cb24cdef64
commit dcab4afcbd

View File

@@ -3335,11 +3335,8 @@ void print_lm92 (const sensors_chip_name *name)
{
char *label = NULL;
double temp[5];
int valid;
int valid,alarms;
if (fahrenheit) {
sprintf (degv,"%cF",176);
n
if (!sensors_get_feature (*name,SENSORS_LM92_ALARMS,temp)) {
alarms = *temp + 0.5;
} else {