Fix formatting error.
This commit is contained in:
parent
3f400a8ef9
commit
e355c61672
@ -60,8 +60,8 @@ Result GSPLCD_GetVendors(u8 *vendors)
|
||||
|
||||
Result ret=0;
|
||||
if (R_FAILED(ret = svcSendSyncRequest(gspLcdHandle))) return ret;
|
||||
|
||||
if(vendors) *vendors = cmdbuf[2] & 0xFF;
|
||||
|
||||
if(vendors) *vendors = cmdbuf[2] & 0xFF;
|
||||
|
||||
return cmdbuf[1];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user