diff options
Diffstat (limited to 'backends/platform/ps2/systemps2.cpp')
-rw-r--r-- | backends/platform/ps2/systemps2.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/backends/platform/ps2/systemps2.cpp b/backends/platform/ps2/systemps2.cpp index 1a3bf071c9..7bc90a7f0a 100644 --- a/backends/platform/ps2/systemps2.cpp +++ b/backends/platform/ps2/systemps2.cpp @@ -955,8 +955,7 @@ void OSystem_PS2::makeConfigPath() { ps2_fwrite(buf, size, 1, dst); ps2_fclose(dst); sprintf(path, "mc0:ScummVM/ScummVM.ini"); - } - else { + } else { sprintf(path, "cdfs:ScummVM.ini"); } |