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/user/appmgr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/user/appmgr.h') diff --git a/include/user/appmgr.h b/include/user/appmgr.h index d0e8b81..65fd1d4 100644 --- a/include/user/appmgr.h +++ b/include/user/appmgr.h @@ -132,7 +132,7 @@ int sceAppMgrWorkDirMountById(int id, char *titleid, char *mount_point); //! Unmount app0: for example to enable write access to ux0:app/TITLEID //! Returns 0 on success int sceAppMgrUmount(const char *mount_point); - + #ifdef __cplusplus } #endif -- cgit v1.2.3