diff options
Diffstat (limited to 'include/user/promoterutil.h')
-rw-r--r-- | include/user/promoterutil.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/user/promoterutil.h b/include/user/promoterutil.h index 9e49a0f..283706c 100644 --- a/include/user/promoterutil.h +++ b/include/user/promoterutil.h @@ -9,8 +9,8 @@ extern "C" { /** Parameters for scePromoterUtilityUpdateLiveArea() */ typedef struct ScePromoterUtilityLAUpdate { - char titleid[12]; //!< Target app. - char path[128]; //!< Directory of extracted LA update data. + char titleid[12]; //!< Target app. + char path[128]; //!< Directory of extracted LA update data. } ScePromoterUtilityLAUpdate; /** |