]> git.webhop.me Git - lcd4linux.git/commitdiff
typo in LUIse driver fixed
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Fri, 4 May 2007 11:35:52 +0000 (11:35 +0000)
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Fri, 4 May 2007 11:35:52 +0000 (11:35 +0000)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@798 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

drv_LUIse.c

index 61557510d12d87aba24f4df527db43bef2193e68..d2f0ad3bdc0269dbacf12163c7e92989e93e54e6 100644 (file)
@@ -131,7 +131,7 @@ static int drv_LUIse_start(const char *section)
        return -1;
     }
     if (sscanf(s, "%d", &devNum) < 0 || devNum > 4) {
-       error("s: bad DeviceNum '%s' from %s", Name, s, cfg_source());
+       error("%s: bad DeviceNum '%s' from %s", Name, s, cfg_source());
        return -1;
     }
     info("%s: using DeviceNum '%d'", Name, devNum);