aboutsummaryrefslogtreecommitdiffstats
path: root/plugin_hddtemp.c
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-01-04 13:31:01 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-01-04 13:31:01 +0000
commit4dcd572df12db9a112546f4713dd79bda94a4613 (patch)
tree304d82b88b2fb9d43e91af6d619341787a1e84e0 /plugin_hddtemp.c
parent08113c6e015330b6d5993d462c3d455722176fd0 (diff)
downloadlcd4linux-4dcd572df12db9a112546f4713dd79bda94a4613.tar.gz
typo fixed
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@938 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'plugin_hddtemp.c')
-rw-r--r--plugin_hddtemp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin_hddtemp.c b/plugin_hddtemp.c
index c8d742b..465c564 100644
--- a/plugin_hddtemp.c
+++ b/plugin_hddtemp.c
@@ -255,7 +255,7 @@ static void hddtemp_call(RESULT * result, int argc, RESULT * argv[])
host = R2S(argv[0]);
search = R2S(argv[1]);
default:
- if (argv > 3) {
+ if (argc > 3) {
error("hddtemp(): too many parameters");
}
host = R2S(argv[0]);