diff --git a/stepmania/src/RageFileDriverDirectHelpers.cpp b/stepmania/src/RageFileDriverDirectHelpers.cpp index 4d1720542b..83599c7475 100644 --- a/stepmania/src/RageFileDriverDirectHelpers.cpp +++ b/stepmania/src/RageFileDriverDirectHelpers.cpp @@ -98,7 +98,7 @@ static bool WinMoveFileInternal( const CString &sOldPath, const CString &sNewPat bool WinMoveFile( CString sOldPath, CString sNewPath ) { - if( WinMoveFileInternal( DoPathReplace(sOldPath), DoPathReplace(sNewPath) ) + if( WinMoveFileInternal( DoPathReplace(sOldPath), DoPathReplace(sNewPath) ) ) return true; if( GetLastError() != ERROR_ACCESS_DENIED ) return false;