From 249f2b9effb1de879b692648c3f30ab2ebddd211 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 15 Nov 2014 13:33:39 +0100 Subject: [PATCH] Add missing cast to node assignment --- menu/disp/xmb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu/disp/xmb.c b/menu/disp/xmb.c index cf891eaa71..fd6b8e11ef 100644 --- a/menu/disp/xmb.c +++ b/menu/disp/xmb.c @@ -1191,7 +1191,7 @@ static void xmb_context_reset(void *data) return; } - node = info->userdata; + node = (xmb_node_t*)info->userdata; if (info->systemname) {