From 8ccbf18cd76f5f0965113675817c85e4e7f4a2d7 Mon Sep 17 00:00:00 2001 From: anod <182859762@qq.com> Date: Sat, 11 Mar 2023 21:29:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=BF=97=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/arm11/filebrowser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/arm11/filebrowser.c b/source/arm11/filebrowser.c index 3630ef5..a8666ad 100644 --- a/source/arm11/filebrowser.c +++ b/source/arm11/filebrowser.c @@ -491,7 +491,7 @@ static atp_pageopt_t serve_on_key( atp_callerdata_t data, atp_counter_t index, a return WAIT_ON_ERRPAGE( display_noserial ); } else RECOVER_PATH; - WAIT_ON_ACT( disp_str("完成加载serial", 1, NULL) ); + return WAIT_ON_ACT( disp_str("完成加载serial", 1, NULL) ); acl_count_t len; if( ACHTLIB_SUCCESS != acl_open_lib( "gba.acl" ) )