diff --git a/source/arm11/atp.c b/source/arm11/atp.c index fa5d452..9e9ba65 100644 --- a/source/arm11/atp.c +++ b/source/arm11/atp.c @@ -197,7 +197,7 @@ static void draw_options( int start_row, int start_idx, int option_cnt, int sele #define SELECTED_ROW(top, len, sel) (((top) < (len)) ? ((len)-(top)+(sel)) : ((sel)+(len)-(top))) #define REFRESH_PAGE { \ - screen_clean(); + screen_clean(); \ if( idx_top < title_len ) \ { \ uint8_t* title_data[2]; \