diff options
author | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2007-01-14 11:14:38 +0000 |
---|---|---|
committer | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2007-01-14 11:14:38 +0000 |
commit | ec518fdc477c0200e618257ca45236d6393cdd18 (patch) | |
tree | 25dcdb015944444105581be4e59ff67976dc7a99 /drv_T6963.c | |
parent | a9d650fb4df64894e5f56758854286466918b74f (diff) | |
download | lcd4linux-ec518fdc477c0200e618257ca45236d6393cdd18.tar.gz |
changed $Revision to $Rev
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@728 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drv_T6963.c')
-rw-r--r-- | drv_T6963.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drv_T6963.c b/drv_T6963.c index c7eed2c..0452cf1 100644 --- a/drv_T6963.c +++ b/drv_T6963.c @@ -509,7 +509,7 @@ int drv_T6_init(const char *section, const int quiet) { int ret; - info("%s: %s", Name, "$Revision: 1.23 $"); + info("%s: %s", Name, "$Rev$"); /* real worker functions */ drv_generic_graphic_real_blit = drv_T6_blit; |