From: michael Date: Fri, 4 May 2007 11:35:52 +0000 (+0000) Subject: typo in LUIse driver fixed X-Git-Tag: svn1203~379 X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=db6911f350d69aa5fe72254c3104b5e8e3082b32;p=lcd4linux.git typo in LUIse driver fixed git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@798 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- diff --git a/drv_LUIse.c b/drv_LUIse.c index 6155751..d2f0ad3 100644 --- a/drv_LUIse.c +++ b/drv_LUIse.c @@ -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);