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

Fixed sensors-detect croak, I hope

Forgot to put in a few braces :-(


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@665 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Frodo Looijaard
1999-12-05 23:54:23 +00:00
parent d14ecfa522
commit 6ee1e9f4bd

View File

@@ -1153,7 +1153,7 @@ sub scan_isa_bus
$new_hash;
if ($new_hash) {
printf " Alias of the chip on I2C bus `%s', address 0x%04x",
$new_hash->i2c_adap,$new_hash->i2c_addr;
$new_hash->{i2c_adap},$new_hash->{i2c_addr};
}
}
}