diff options
author | Sunguk Lee | 2017-06-21 01:08:34 +0900 |
---|---|---|
committer | Sunguk Lee | 2017-06-21 01:48:13 +0900 |
commit | 996762f2c74a492cfe873e3dc6e3bf902297e8bc (patch) | |
tree | 163550a893b2b946936d58abb6eef64bfa0e458d /include/user/appmgr.h | |
parent | Added new NIDs (diff) | |
download | vds-libraries-996762f2c74a492cfe873e3dc6e3bf902297e8bc.tar.gz |
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
Diffstat (limited to 'include/user/appmgr.h')
-rw-r--r-- | include/user/appmgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |