aboutsummaryrefslogtreecommitdiffstats
path: root/drv_LUIse.c
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2011-04-27 19:28:49 +0200
committerReinhard Tartler <siretart@tauware.de>2011-04-27 19:28:49 +0200
commit4cd9f4d9071a672debd83b4cc1c5d57dc63b8549 (patch)
tree095c755ba2cc77198dfc85b45afd129b1e638d56 /drv_LUIse.c
parent18590c85ce8d68b155828a4aa400105812aeb75d (diff)
parent181cec4348da40331b3e8ab365732c025ec149b2 (diff)
downloadlcd4linux-4cd9f4d9071a672debd83b4cc1c5d57dc63b8549.tar.gz
New upstream snapshot
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;