aboutsummaryrefslogtreecommitdiffstats
path: root/drv_IRLCD.c
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2008-10-06 04:25:14 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2008-10-06 04:25:14 +0000
commitc43556a211b45fefe29b73d912c7cc6ff6d8bfdf (patch)
tree2e800b62ec80f6871384cd02cad3a94debf7c009 /drv_IRLCD.c
parent5592dc410563ea62d44ff341a7b12bf564a809f4 (diff)
downloadlcd4linux-c43556a211b45fefe29b73d912c7cc6ff6d8bfdf.tar.gz
properties fixed
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@897 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drv_IRLCD.c')
-rw-r--r--drv_IRLCD.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drv_IRLCD.c b/drv_IRLCD.c
index d5e8e19..1bf49c9 100644
--- a/drv_IRLCD.c
+++ b/drv_IRLCD.c
@@ -1,5 +1,5 @@
-/* $Id: drv_IRLCD.c 773 2008-07-14 12:00:00Z jpcivade $
- * $URL: https://ssl.bulix.org/svn/lcd4linux/branches/0.10.1/drv_IRLCD.c $
+/* $Id$
+ * $URL$
*
**************************************************************************
* Driver for IRLCD : simple USB1.1 LCD + IR Receiver based on ATtiny2313 *
@@ -309,7 +309,7 @@ int drv_IRLCD_init(const char *section, const int quiet)
int asc255bug;
int ret;
- info("%s: %s", Name, "$Rev: 773 $");
+ info("%s: %s", Name, "$Rev$");
/* display preferences */
XRES = 5; /* pixel width of one char */