correct aptEventHandler signature

This commit is contained in:
Dave Murphy 2015-02-11 22:14:37 +00:00
parent 2cf2b7f1e9
commit dc7ef6fd28

View File

@ -380,7 +380,7 @@ static bool __handle_incoming_parameter() {
return true;
}
void aptEventHandler(u32 arg)
void aptEventHandler(void *arg)
{
bool runThread = true;