From 440fd2e50e7d39bd92e1ae936ce540341cdbed2f Mon Sep 17 00:00:00 2001 From: anod <182859762@qq.com> Date: Mon, 24 Apr 2023 14:52:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=9D=E8=AF=95=E4=BF=AE=E5=A4=8D=E7=BA=A2?= =?UTF-8?q?=E5=B1=8F=E5=AE=95=E6=9C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/arm11/filebrowser.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/arm11/filebrowser.c b/source/arm11/filebrowser.c index 1f36873..b7c4aa2 100644 --- a/source/arm11/filebrowser.c +++ b/source/arm11/filebrowser.c @@ -532,11 +532,11 @@ static atp_error_t select_hostkey( atp_callerdata_t data, atp_counter_t index, a { cfg->text = key_name[index]; cfg->value = key_val[index]; - } - if( cfg->value == key ) - { - cfg->extra_text = '选中'; - cfg->extra_text_color = ATP_COLOR_GREEN; + if( cfg->value == key ) + { + cfg->extra_text = '选中'; + cfg->extra_text_color = ATP_COLOR_GREEN; + } } return ATP_SUCCESS; }