typo in LUIse driver fixed

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@798 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
michael
2007-05-04 11:35:52 +00:00
parent c909270be3
commit db6911f350

View 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);