Add missing cast to node assignment
This commit is contained in:
parent
ec93f315e0
commit
249f2b9eff
|
@ -1191,7 +1191,7 @@ static void xmb_context_reset(void *data)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
node = info->userdata;
|
node = (xmb_node_t*)info->userdata;
|
||||||
|
|
||||||
if (info->systemname)
|
if (info->systemname)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue