aboutsummaryrefslogtreecommitdiff
path: root/backends/fs/psp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/fs/psp')
-rw-r--r--backends/fs/psp/psp-stream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/fs/psp/psp-stream.cpp b/backends/fs/psp/psp-stream.cpp
index fac4067f46..c88e711cd0 100644
--- a/backends/fs/psp/psp-stream.cpp
+++ b/backends/fs/psp/psp-stream.cpp
@@ -218,7 +218,7 @@ int PSPIoStream::resume() {
_handle = fopen(_path.c_str(), _writeMode ? "wb" : "rb");
if (_handle <= 0) {
PSPDebugTrace("PSPIoStream::resume(): Couldn't reopen file %s\n", _path.c_str());
- ret = -1;;
+ ret = -1;
}
// Resume our previous position