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

Better prototype for get_type_scaling().

git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@4850 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2007-09-23 12:49:47 +00:00
parent c390c9e29f
commit 9ba88a7d1f

View File

@@ -46,7 +46,7 @@ char sensors_sysfs_mount[NAME_MAX];
+ MAX_SENSORS_PER_TYPE + 1)
static
int get_type_scaling(int type)
int get_type_scaling(sensors_subfeature_type type)
{
switch (type & 0xFF10) {
case SENSORS_SUBFEATURE_IN_INPUT: