diff options
Diffstat (limited to 'drv_Cwlinux.c')
-rw-r--r-- | drv_Cwlinux.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drv_Cwlinux.c b/drv_Cwlinux.c index 99740af..151140c 100644 --- a/drv_Cwlinux.c +++ b/drv_Cwlinux.c @@ -416,8 +416,8 @@ int drv_CW_quit(const int quiet) DRIVER drv_Cwlinux = { - name:Name, - list:drv_CW_list, - init:drv_CW_init, - quit:drv_CW_quit, + .name = Name, + .list = drv_CW_list, + .init = drv_CW_init, + .quit = drv_CW_quit, }; |