summaryrefslogtreecommitdiff
path: root/hardinfo2/arch/linux/common
diff options
context:
space:
mode:
authorLeandro Augusto Fogolin Pereira <leandro@zorg.(none)>2008-12-28 12:27:00 -0200
committerLeandro Augusto Fogolin Pereira <leandro@zorg.(none)>2008-12-28 12:27:00 -0200
commit4631401306344b32c86cc355282ff577a3a70c93 (patch)
treec3d5d7fe43ebdaea0be7628e5d2ef9ef7320a178 /hardinfo2/arch/linux/common
parent8d78d9eba41d8dcec2c67d4b87ef093fdb716da2 (diff)
Fix compilation errors; minor cleanups
Diffstat (limited to 'hardinfo2/arch/linux/common')
-rw-r--r--hardinfo2/arch/linux/common/inputdevices.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/arch/linux/common/inputdevices.h b/hardinfo2/arch/linux/common/inputdevices.h
index e89e4b7e..20e4289c 100644
--- a/hardinfo2/arch/linux/common/inputdevices.h
+++ b/hardinfo2/arch/linux/common/inputdevices.h
@@ -118,7 +118,7 @@ __scan_input_devices(void)
"Version=0x%x\n",
strhash, product, version);
- if (phis[1] != 0) {
+ if (phys[1] != 0) {
strhash = h_strdup_cprintf("Connected to=%s\n",
strhash, phys);
}