CompoundFileReader: fix build error

This commit is contained in:
Alex Shvartzkop
2023-07-23 15:13:08 +05:00
parent c39dfb9f05
commit d40e34aebe
+1 -2
View File
@@ -139,7 +139,6 @@ std::string WstringToUTF8(const T* wstr)
u8 += static_cast<char>( c[i] );
}
}
return u8;
}
return u8;
#endif
}