aboutsummaryrefslogtreecommitdiff
path: root/backends/fs/psp/psp-stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/fs/psp/psp-stream.h')
-rw-r--r--backends/fs/psp/psp-stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/fs/psp/psp-stream.h b/backends/fs/psp/psp-stream.h
index 734cb66184..fe1d797649 100644
--- a/backends/fs/psp/psp-stream.h
+++ b/backends/fs/psp/psp-stream.h
@@ -69,7 +69,7 @@ public:
PspIoStream(const Common::String &path, bool writeMode);
virtual ~PspIoStream();
- void * open(); // open the file pointed to by the file path
+ SceUID open(); // open the file pointed to by the file path
bool err() const;
void clearErr();