Nit in menu_start_screen_iterate

This commit is contained in:
twinaphex 2015-01-07 20:47:07 +01:00
parent 33cb810636
commit cbfd7ad881
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ static int menu_info_screen_iterate(unsigned action)
static int menu_start_screen_iterate(unsigned action) static int menu_start_screen_iterate(unsigned action)
{ {
unsigned i; unsigned i;
char msg[PATH_MAX_LENGTH * 2]; char msg[PATH_MAX_LENGTH];
if (!driver.menu) if (!driver.menu)
return 0; return 0;