2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 06:15:15 +00:00

Fixed minor typo in table-driven do_a_print() that was preventing

auto-printing of unknown chips.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2073 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Mark M. Hoffman
2003-11-18 04:46:54 +00:00
parent 1b96bef07c
commit 849d140dbb

View File

@@ -405,7 +405,7 @@ void do_a_print(sensors_chip_name name)
break;
}
}
if(m == NULL)
if(m->prefix == NULL)
print_unknown_chip(&name);
}
printf("\n");