diff options
| author | Nick Brassel <nick@tzarc.org> | 2020-06-22 11:21:48 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-22 11:21:48 +1000 |
| commit | 3d6d89966614be1e80d9957fb83743934c5eb162 (patch) | |
| tree | a1c467283575fa7a596c27c0794a34347662f371 /quantum/process_keycode/process_unicode_common.c | |
| parent | cb13dd0a33c153d8cb0a26596489804c012eaae4 (diff) | |
`qmk cformat` (#9500)
Diffstat (limited to 'quantum/process_keycode/process_unicode_common.c')
| -rw-r--r-- | quantum/process_keycode/process_unicode_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/process_keycode/process_unicode_common.c b/quantum/process_keycode/process_unicode_common.c index bea34c31ea..84c44d9874 100644 --- a/quantum/process_keycode/process_unicode_common.c +++ b/quantum/process_keycode/process_unicode_common.c | |||
| @@ -257,7 +257,7 @@ void send_unicode_string(const char *str) { | |||
| 257 | 257 | ||
| 258 | while (*str) { | 258 | while (*str) { |
| 259 | int32_t code_point = 0; | 259 | int32_t code_point = 0; |
| 260 | str = decode_utf8(str, &code_point); | 260 | str = decode_utf8(str, &code_point); |
| 261 | 261 | ||
| 262 | if (code_point >= 0) { | 262 | if (code_point >= 0) { |
| 263 | register_unicode(code_point); | 263 | register_unicode(code_point); |
