mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-08 06:44:12 +08:00
修正编译的语法
This commit is contained in:
parent
9bc2f95da2
commit
405454d5f5
@ -277,7 +277,7 @@ static atp_pageopt_t serve_on_key( atp_callerdata_t data, atp_counter_t index, a
|
||||
}
|
||||
else if( x )
|
||||
{
|
||||
void *dat[2] = data;
|
||||
void* *dat = (void **)data;
|
||||
DirList const *dList = (DirList*)dat;
|
||||
char *path = (char*)(dat+1);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user