From: michael Date: Sun, 4 Jan 2009 13:31:01 +0000 (+0000) Subject: typo fixed X-Git-Tag: svn1203~265 X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=4dcd572df12db9a112546f4713dd79bda94a4613;p=lcd4linux.git typo fixed git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@938 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- 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]);