summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRinnegatamante2017-10-06 12:13:58 +0200
committerRinnegatamante2017-10-06 12:13:58 +0200
commitebf955923e395ad72ac977d2633ee02118fedec8 (patch)
tree612407e2869cf99f99552c5a290c39a940d3e141
parentUsing Doxygen comment. (diff)
downloadvds-libraries-ebf955923e395ad72ac977d2633ee02118fedec8.tar.gz
Fix identation.
-rw-r--r--include/kernel/ctrl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/kernel/ctrl.h b/include/kernel/ctrl.h
index f6fa946..af148ca 100644
--- a/include/kernel/ctrl.h
+++ b/include/kernel/ctrl.h
@@ -8,7 +8,7 @@ extern "C" {
#endif
typedef enum SceCtrlErrorCode {
- SCE_CTRL_ERROR_INVALID_ARG = 0x80340001,
+ SCE_CTRL_ERROR_INVALID_ARG = 0x80340001,
SCE_CTRL_ERROR_PRIV_REQUIRED = 0x80340002,
SCE_CTRL_ERROR_FATAL = 0x803400FF
} SceCtrlErrorCode;