Fix formatting error.

This commit is contained in:
Michael Scire 2016-09-04 05:38:41 -07:00
parent 3f400a8ef9
commit e355c61672

View File

@ -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];
}