From 874ef72c5b807b61bc53dbaa0fa623b40bff1736 Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Mon, 30 Apr 2007 09:35:54 +0200 Subject: new upstream version --- drv_M50530.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'drv_M50530.c') 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, }; -- cgit v1.2.3