2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-29 05:17:50 +00:00

fixed typo

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1450 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Abraham van der Merwe 2002-07-12 09:01:44 +00:00
parent a52803cdc5
commit 61d2f712fe

View File

@ -3355,7 +3355,7 @@ void print_lm92 (const sensors_chip_name *name)
!sensors_get_feature (*name,SENSORS_LM92_TEMP_HYST,temp + 4)) {
if (valid) {
print_label (label,10);
print_temp_info (temp[0],temp[1],temp[2],temp[3],temp[4]);
lm92_print_temp (temp[0],temp[1],temp[2],temp[3],temp[4]);
if (alarms) {
printf (" ALARMS (");