From 75b53c21bea983a8f2bdeb72cfbf1578ea234c0c Mon Sep 17 00:00:00 2001 From: Sunguk Lee Date: Wed, 21 Jun 2017 03:08:05 +0900 Subject: Fix SceUsbStorVstorType remain #179 bugs. change to SceUsbstorVstorType --- include/user/usbstorvstor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/user/usbstorvstor.h') diff --git a/include/user/usbstorvstor.h b/include/user/usbstorvstor.h index 664133b..af944d7 100644 --- a/include/user/usbstorvstor.h +++ b/include/user/usbstorvstor.h @@ -32,11 +32,11 @@ int sceUsbstorVStorSetDeviceInfo(const char *name, const char *version); /** * Start USB virtual storage * - * @param[in] type - One of ::SceUsbStorVstorType + * @param[in] type - One of ::SceUsbstorVstorType * * @return 0 on success, < 0 on error. */ -int sceUsbstorVStorStart(SceUsbStorVstorType type); +int sceUsbstorVStorStart(SceUsbstorVstorType type); /** * Stop USB virtual storage -- cgit v1.2.3