mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-07 14:24:12 +08:00
修正编译失败的地方
This commit is contained in:
parent
cbd7dfb766
commit
b3c3cf7e7d
@ -178,7 +178,7 @@ static atp_error_t display_help( atp_callerdata_t table, atp_counter_t index, at
|
||||
atp_text_t *list = (atp_text_t*)table;
|
||||
config->text_align = index == 0 ? ATP_PLACEMENT_CENTER : ATP_PLACEMENT_LEFT;
|
||||
config->text_color = index == 0 ? ATP_COLOR_MAGENTA : ATP_COLOR_LIGHT;
|
||||
config->text = table[index];
|
||||
config->text = list[index];
|
||||
return ATP_SUCCESS;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user