Fix typo.

kimkulling-oss_fuzz29168
Kim Kulling 2021-01-19 21:19:42 +01:00 committed by GitHub
parent 5a6498af92
commit 5b325af79f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ static std::wstring Utf8ToWide(const char *in) {
return out;
}
const std::wstring dummy;
const std::string dummy;
static std::string WideToUtf8(const wchar_t *in) {
if (nullptr == in) {