mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-29 13:28:01 +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:
parent
a52803cdc5
commit
61d2f712fe
@ -3355,7 +3355,7 @@ void print_lm92 (const sensors_chip_name *name)
|
|||||||
!sensors_get_feature (*name,SENSORS_LM92_TEMP_HYST,temp + 4)) {
|
!sensors_get_feature (*name,SENSORS_LM92_TEMP_HYST,temp + 4)) {
|
||||||
if (valid) {
|
if (valid) {
|
||||||
print_label (label,10);
|
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) {
|
if (alarms) {
|
||||||
printf (" ALARMS (");
|
printf (" ALARMS (");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user