diff --git a/src/wrapasvst3.cpp b/src/wrapasvst3.cpp index c2bbd7db..ac79e676 100644 --- a/src/wrapasvst3.cpp +++ b/src/wrapasvst3.cpp @@ -43,7 +43,7 @@ struct ClapHostExtensions #endif void utf8_to_utf16l(const char* utf8string, uint16_t* target, size_t targetsize) -{ +{ uint32_t codepoint = 0; size_t targetpos = 0;