Add missing cast to node assignment

This commit is contained in:
twinaphex 2014-11-15 13:33:39 +01:00
parent ec93f315e0
commit 249f2b9eff

View File

@ -1191,7 +1191,7 @@ static void xmb_context_reset(void *data)
return;
}
node = info->userdata;
node = (xmb_node_t*)info->userdata;
if (info->systemname)
{