CompoundFileReader: fix build error
This commit is contained in:
parent
c39dfb9f05
commit
d40e34aebe
|
@ -139,7 +139,6 @@ std::string WstringToUTF8(const T* wstr)
|
|||
u8 += static_cast<char>( c[i] );
|
||||
}
|
||||
}
|
||||
return u8;
|
||||
}
|
||||
return u8;
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue