diff --git a/menu/drivers/glui.c b/menu/drivers/glui.c index 27d055edd6..1dd27e854e 100644 --- a/menu/drivers/glui.c +++ b/menu/drivers/glui.c @@ -810,5 +810,4 @@ menu_ctx_driver_t menu_ctx_glui = { "glui", MENU_VIDEO_DRIVER_OPENGL, glui_environ, - NULL, }; diff --git a/menu/drivers/null.c b/menu/drivers/null.c index 4a55b7c276..33c6c67cf4 100644 --- a/menu/drivers/null.c +++ b/menu/drivers/null.c @@ -54,5 +54,4 @@ menu_ctx_driver_t menu_ctx_null = { "null", MENU_VIDEO_DRIVER_GENERIC, NULL, - NULL, }; diff --git a/menu/drivers/rgui.c b/menu/drivers/rgui.c index d6a4206845..e4588f9014 100644 --- a/menu/drivers/rgui.c +++ b/menu/drivers/rgui.c @@ -779,5 +779,4 @@ menu_ctx_driver_t menu_ctx_rgui = { "rgui", MENU_VIDEO_DRIVER_GENERIC, rgui_environ, - NULL, }; diff --git a/menu/drivers/xmb.c b/menu/drivers/xmb.c index 6849dbe812..32ae5db4d7 100644 --- a/menu/drivers/xmb.c +++ b/menu/drivers/xmb.c @@ -2593,5 +2593,4 @@ menu_ctx_driver_t menu_ctx_xmb = { "xmb", MENU_VIDEO_DRIVER_OPENGL, xmb_environ, - NULL, };