From 54ec4e47e82b9ab6534337de9262790f19bad002 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 23 Apr 2018 11:31:39 +0200 Subject: [PATCH] Silence another warning --- menu/drivers/xmb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu/drivers/xmb.c b/menu/drivers/xmb.c index 81d3432424..b40314a9d9 100755 --- a/menu/drivers/xmb.c +++ b/menu/drivers/xmb.c @@ -802,7 +802,7 @@ static void xmb_messagebox(void *data, const char *message) static void xmb_render_keyboard(xmb_handle_t *xmb, video_frame_info_t *video_info, - const char *grid[], unsigned id) + char *grid[], unsigned id) { unsigned i; int ptr_width, ptr_height;