(MSVC) Fix signed/unsigned mismatch warning

This commit is contained in:
twinaphex 2015-02-24 22:26:08 +01:00
parent f08160396b
commit 66d89c5b13

View File

@ -521,8 +521,7 @@ end:
static void xmb_selection_pointer_changed(void) static void xmb_selection_pointer_changed(void)
{ {
int i; unsigned i, current, end;
unsigned current, end;
xmb_handle_t *xmb = NULL; xmb_handle_t *xmb = NULL;
menu_handle_t *menu = menu_driver_resolve(); menu_handle_t *menu = menu_driver_resolve();