(XMB) Fix typo

This commit is contained in:
Higor Eurípedes 2015-06-23 17:06:04 -03:00
parent 593e835228
commit b96a11c5f8

View File

@ -688,7 +688,7 @@ static void xmb_list_open_old(xmb_handle_t *xmb,
if (dir == -1)
ia = 0;
real_y = node->y + + xmb->margins.screen.top;
real_y = node->y + xmb->margins.screen.top;
if (real_y < -threshold || real_y > height+threshold)
{
@ -739,7 +739,7 @@ static void xmb_list_open_new(xmb_handle_t *xmb,
node->y = xmb_item_y(xmb, i, current);
node->zoom = xmb->categories.passive.zoom;
real_y = node->y + + xmb->margins.screen.top;
real_y = node->y + xmb->margins.screen.top;
if (i == current)
node->zoom = xmb->categories.active.zoom;