修复编译错误

This commit is contained in:
anod 2023-05-09 16:18:32 +08:00
parent 6525b85698
commit 38d4420a9a

View File

@ -244,7 +244,7 @@ static atp_error_t select_region( atp_callerdata_t, atp_counter_t index, atp_ite
if( CCHT_NOT_INIT == info_current_cheat( &id, NULL ) )
id = 0;
config->text = text;
config->text = page_strbuf;
config->value = index;
// show saved information
@ -559,7 +559,7 @@ static atp_error_t select_krp( atp_callerdata_t, atp_counter_t index, atp_itemcf
return ATP_SUCCESS;
}
static inline void key_tips( key_remix_t *p, atp_boolean_t checking, atp_itemcfg_t *cfg )
static void key_tips( key_remix_t *p, atp_boolean_t checking, atp_itemcfg_t *cfg )
{
if( p->remix_type == REMIX_TYPE_NONE )
{