diff options
Diffstat (limited to 'drv_EA232graphic.c')
-rw-r--r-- | drv_EA232graphic.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drv_EA232graphic.c b/drv_EA232graphic.c index f5c0bdd..f98a738 100644 --- a/drv_EA232graphic.c +++ b/drv_EA232graphic.c @@ -1,4 +1,4 @@ -/* $Id: drv_EA232graphic.c 760 2007-02-04 06:29:55Z michael $ +/* $Id: drv_EA232graphic.c 773 2007-02-25 12:39:09Z michael $ * $URL: https://ssl.bulix.org/svn/lcd4linux/branches/0.10.1/drv_EA232graphic.c $ * * Driver for Electronic Assembly serial graphic display @@ -547,8 +547,8 @@ int drv_EA232graphic_quit(const int quiet) /* use this one for a graphic display */ DRIVER drv_EA232graphic = { - name:Name, - list:drv_EA232graphic_list, - init:drv_EA232graphic_init, - quit:drv_EA232graphic_quit, + .name = Name, + .list = drv_EA232graphic_list, + .init = drv_EA232graphic_init, + .quit = drv_EA232graphic_quit, }; |