From 996762f2c74a492cfe873e3dc6e3bf902297e8bc Mon Sep 17 00:00:00 2001 From: Sunguk Lee Date: Wed, 21 Jun 2017 01:08:34 +0900 Subject: Manually revert #179 changes - revert bit size of the structs; this change have issue for build vita2d - revert ErrorCode of SceMsgDialogErrorCodeParam; I don't know reason of why change to TitleCase - remove some whitespaces - add some spaces --- include/kernel/kernel/sysmem.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/kernel') diff --git a/include/kernel/kernel/sysmem.h b/include/kernel/kernel/sysmem.h index 6c5f461..6febc56 100644 --- a/include/kernel/kernel/sysmem.h +++ b/include/kernel/kernel/sysmem.h @@ -144,8 +144,8 @@ SceUID sceKernelCreateUidObj(SceClass *cls, const char *name, SceCreateUidObjOpt /** * Gets an object from a UID. - * - * This retains the object internally! You must call `sceKernelUidRelease` + * + * This retains the object internally! You must call `sceKernelUidRelease` * after you are done using it. * * @param[in] uid The uid @@ -158,7 +158,7 @@ int sceKernelGetObjForUid(SceUID uid, SceClass *cls, SceObjectBase **obj); /** * Retains an object referenced by the UID. - * + * * This increases the internal reference count. * * @param[in] uid The uid @@ -169,7 +169,7 @@ int sceKernelUidRetain(SceUID uid); /** * Releases an object referenced by the UID. - * + * * This decreases the internal reference count. * * @param[in] uid The uid -- cgit v1.2.3