aboutsummaryrefslogtreecommitdiffstats
path: root/drv_LUIse.c
diff options
context:
space:
mode:
Diffstat (limited to 'drv_LUIse.c')
-rw-r--r--drv_LUIse.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/drv_LUIse.c b/drv_LUIse.c
index 578f218..4ebec53 100644
--- a/drv_LUIse.c
+++ b/drv_LUIse.c
@@ -1,4 +1,4 @@
-/* $Id: drv_LUIse.c 728 2007-01-14 11:14:38Z michael $
+/* $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 $
*
* LUIse lcd4linux driver
@@ -270,7 +270,7 @@ int drv_LUIse_init(const char *section, const int quiet)
{
int ret;
- info("%s: %s", Name, "$Rev: 728 $");
+ info("%s: %s", Name, "$Rev: 773 $");
/* real worker functions */
drv_generic_graphic_real_blit = drv_LUIse_blit;
@@ -329,8 +329,8 @@ int drv_LUIse_quit(const int quiet)
/* use this one for a graphic display */
DRIVER drv_LUIse = {
- name:Name,
- list:drv_LUIse_list,
- init:drv_LUIse_init,
- quit:drv_LUIse_quit,
+ .name = Name,
+ .list = drv_LUIse_list,
+ .init = drv_LUIse_init,
+ .quit = drv_LUIse_quit,
};