aboutsummaryrefslogtreecommitdiff
path: root/backends/ps2/asyncfio.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/ps2/asyncfio.cpp')
-rw-r--r--backends/ps2/asyncfio.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/ps2/asyncfio.cpp b/backends/ps2/asyncfio.cpp
index abecc559cc..396dec6b77 100644
--- a/backends/ps2/asyncfio.cpp
+++ b/backends/ps2/asyncfio.cpp
@@ -117,7 +117,7 @@ int AsyncFio::dopen(const char *name) {
int res;
WaitSema(_ioSema);
checkSync();
- fileXioDopen(name);
+ fileXioDopen(name);
fileXioWaitAsync(FXIO_WAIT, &res);
SignalSema(_ioSema);
return res;