aboutsummaryrefslogtreecommitdiffstats
path: root/drv_M50530.c
diff options
context:
space:
mode:
Diffstat (limited to 'drv_M50530.c')
-rw-r--r--drv_M50530.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/drv_M50530.c b/drv_M50530.c
index fe2c3c4..b3b3c4b 100644
--- a/drv_M50530.c
+++ b/drv_M50530.c
@@ -1,4 +1,4 @@
-/* $Id: drv_M50530.c 728 2007-01-14 11:14:38Z michael $
+/* $Id: drv_M50530.c 773 2007-02-25 12:39:09Z michael $
* $URL: https://ssl.bulix.org/svn/lcd4linux/branches/0.10.1/drv_M50530.c $
*
* new style driver for M50530-based displays
@@ -593,7 +593,7 @@ int drv_M5_init(const char *section, const int quiet)
WIDGET_CLASS wc;
int ret;
- info("%s: %s", Name, "$Rev: 728 $");
+ info("%s: %s", Name, "$Rev: 773 $");
/* display preferences */
XRES = -1; /* pixel width of one char */
@@ -681,8 +681,8 @@ int drv_M5_quit(const int quiet)
DRIVER drv_M50530 = {
- name:Name,
- list:drv_M5_list,
- init:drv_M5_init,
- quit:drv_M5_quit,
+ .name = Name,
+ .list = drv_M5_list,
+ .init = drv_M5_init,
+ .quit = drv_M5_quit,
};