aboutsummaryrefslogtreecommitdiffstats
path: root/drv_EA232graphic.c
diff options
context:
space:
mode:
Diffstat (limited to 'drv_EA232graphic.c')
-rw-r--r--drv_EA232graphic.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drv_EA232graphic.c b/drv_EA232graphic.c
index 962a94d..32283e6 100644
--- a/drv_EA232graphic.c
+++ b/drv_EA232graphic.c
@@ -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,
};