Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Timo Kaluza committed Sep 25, 2024
1 parent ea80469 commit 26b5618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wrapasvst3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 26b5618

Please sign in to comment.