(GX) Build fix

This commit is contained in:
twinaphex 2013-01-07 07:55:44 +01:00
parent 39f38d98ab
commit fa8ccf412c

View File

@ -373,6 +373,7 @@ static void render_text(rgui_handle_t *rgui)
render_background(rgui); render_background(rgui);
char title[TERM_WIDTH];
const char *dir = 0; const char *dir = 0;
rgui_file_type_t menu_type = 0; rgui_file_type_t menu_type = 0;
rgui_list_back(rgui->path_stack, &dir, &menu_type, NULL); rgui_list_back(rgui->path_stack, &dir, &menu_type, NULL);