Fix KUSB.ZC pointer star formatting.

This commit is contained in:
TomAwezome 2022-12-21 17:25:29 -05:00 committed by GitHub
parent d4317cb582
commit e46313a0dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,7 +98,7 @@ U0 USBFreeTD(CUSBTD *tmptd)
Free(tmptd);
}
U32* USBAllocFrameLst(I64 usb_num, I64 size)
U32 *USBAllocFrameLst(I64 usb_num, I64 size)
{
//aligned to 0x1000
CUSB *u;