diff options
Diffstat (limited to 'quantum/process_keycode/process_autocorrect.c')
| -rw-r--r-- | quantum/process_keycode/process_autocorrect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/process_keycode/process_autocorrect.c b/quantum/process_keycode/process_autocorrect.c index 0cde520778..6696ea25a8 100644 --- a/quantum/process_keycode/process_autocorrect.c +++ b/quantum/process_keycode/process_autocorrect.c | |||
| @@ -309,7 +309,7 @@ bool process_autocorrect(uint16_t keycode, keyrecord_t *record) { | |||
| 309 | 309 | ||
| 310 | if (code & 128) { // A typo was found! Apply autocorrect. | 310 | if (code & 128) { // A typo was found! Apply autocorrect. |
| 311 | const uint8_t backspaces = (code & 63) + !record->event.pressed; | 311 | const uint8_t backspaces = (code & 63) + !record->event.pressed; |
| 312 | const char * changes = (const char *)(autocorrect_data + state + 1); | 312 | const char *changes = (const char *)(autocorrect_data + state + 1); |
| 313 | 313 | ||
| 314 | /* Gather info about the typo'd word | 314 | /* Gather info about the typo'd word |
| 315 | * | 315 | * |
