diff --git a/thirdparty/compoundfilereader/utf.h b/thirdparty/compoundfilereader/utf.h index 5f0db6db27..478bfd8285 100644 --- a/thirdparty/compoundfilereader/utf.h +++ b/thirdparty/compoundfilereader/utf.h @@ -139,7 +139,6 @@ std::string WstringToUTF8(const T* wstr) u8 += static_cast( c[i] ); } } + return u8; } - return u8; -#endif }