From d40e34aebe28fad69e0607d282c1eb794f3a7ea9 Mon Sep 17 00:00:00 2001 From: Alex Shvartzkop Date: Sun, 23 Jul 2023 15:13:08 +0500 Subject: [PATCH] CompoundFileReader: fix build error --- thirdparty/compoundfilereader/utf.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 }