]> git.webhop.me Git - lcd4linux.git/commitdiff
typo fixed
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Sun, 4 Jan 2009 13:31:01 +0000 (13:31 +0000)
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Sun, 4 Jan 2009 13:31:01 +0000 (13:31 +0000)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@938 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

plugin_hddtemp.c

index c8d742bf91ad76787adc9b8c8628bb39a0a6a144..465c564fb310df2dde2aee6fb7f89a507a5cc83e 100644 (file)
@@ -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]);