diff --git a/core/imgread/common.cpp b/core/imgread/common.cpp index 41e826650..dde853bd9 100644 --- a/core/imgread/common.cpp +++ b/core/imgread/common.cpp @@ -210,8 +210,8 @@ bool InitDrive(u32 fileflags/*=0*/) std::string diskImageFileName = settings.imgread.LastImage; #ifdef BUILD_DREAMCAST int returnCode = GetFile(diskImageFileName); - if (!returnCode) - return false; + if (!returnCode) + return false; #else int returnCode = rv_error; #endif @@ -424,4 +424,4 @@ DiscType GuessDiscType(bool m1, bool m2, bool da) return CdRom_Extra; else return CdRom; -} \ No newline at end of file +}