修正编译错误

This commit is contained in:
anod 2022-10-16 11:12:38 +08:00
parent 9a9721f3c2
commit e0bed6cf67

View File

@ -216,9 +216,8 @@ Result browseFiles(const char *const basePath, char selected[512])
if((res = scanDir(curDir, dList, ".gba", NULL, NULL)) != RES_OK)
{
if( res == RES_OUT_OF_RANGE )
atp_show(1, display_fullpath, NULL);
goto end;
atp_show(1, display_pathfull, NULL);
else goto end;
}
const char *upFrom = NULL;