qmk cformat (#9500)

This commit is contained in:
Nick Brassel 2020-06-22 11:21:48 +10:00 committed by GitHub
parent cb13dd0a33
commit 3d6d899666
Failed to generate hash of commit
6 changed files with 50 additions and 54 deletions

View file

@ -257,7 +257,7 @@ void send_unicode_string(const char *str) {
while (*str) {
int32_t code_point = 0;
str = decode_utf8(str, &code_point);
str = decode_utf8(str, &code_point);
if (code_point >= 0) {
register_unicode(code_point);