aboutsummaryrefslogtreecommitdiffstats
path: root/drv_LUIse.c
diff options
context:
space:
mode:
Diffstat (limited to 'drv_LUIse.c')
-rw-r--r--drv_LUIse.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drv_LUIse.c b/drv_LUIse.c
index 4ebec53..644d3b4 100644
--- a/drv_LUIse.c
+++ b/drv_LUIse.c
@@ -1,5 +1,5 @@
-/* $Id: drv_LUIse.c 773 2007-02-25 12:39:09Z michael $
- * $URL: https://ssl.bulix.org/svn/lcd4linux/branches/0.10.1/drv_LUIse.c $
+/* $Id: drv_LUIse.c 798 2007-05-04 11:35:52Z michael $
+ * $URL: https://ssl.bulix.org/svn/lcd4linux/trunk/drv_LUIse.c $
*
* LUIse lcd4linux driver
*
@@ -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);
@@ -270,7 +270,7 @@ int drv_LUIse_init(const char *section, const int quiet)
{
int ret;
- info("%s: %s", Name, "$Rev: 773 $");
+ info("%s: %s", Name, "$Rev: 798 $");
/* real worker functions */
drv_generic_graphic_real_blit = drv_LUIse_blit;