summaryrefslogtreecommitdiff
path: root/include/user/npdrmpackage.h
diff options
context:
space:
mode:
authorSunguk Lee2017-06-21 01:08:34 +0900
committerSunguk Lee2017-06-21 01:48:13 +0900
commit996762f2c74a492cfe873e3dc6e3bf902297e8bc (patch)
tree163550a893b2b946936d58abb6eef64bfa0e458d /include/user/npdrmpackage.h
parentAdded new NIDs (diff)
downloadvds-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/npdrmpackage.h')
-rw-r--r--include/user/npdrmpackage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/user/npdrmpackage.h b/include/user/npdrmpackage.h
index 4df5eca..ffa5124 100644
--- a/include/user/npdrmpackage.h
+++ b/include/user/npdrmpackage.h
@@ -43,7 +43,7 @@ int _sceNpDrmPackageCheck(const void *buffer, SceSize size, int zero, unsigned i
* @return 0 on success, != 0 on error
*/
int _sceNpDrmPackageDecrypt(void * __restrict__ buffer, SceSize size, _sceNpDrmPackageDecrypt_opt * __restrict__ opt);
-
+
#ifdef __cplusplus
}
#endif