diff --git a/source/arm11/filebrowser.c b/source/arm11/filebrowser.c index f060b28..69b4edb 100644 --- a/source/arm11/filebrowser.c +++ b/source/arm11/filebrowser.c @@ -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);