diff options
Diffstat (limited to 'users')
| -rw-r--r-- | users/drashna/drashna.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/drashna/drashna.c b/users/drashna/drashna.c index cad6db8f3d..b8ccbb028c 100644 --- a/users/drashna/drashna.c +++ b/users/drashna/drashna.c | |||
| @@ -141,7 +141,7 @@ float autocorrect_song[][2] = SONG(PLOVER_GOODBYE_SOUND); | |||
| 141 | # endif | 141 | # endif |
| 142 | # endif | 142 | # endif |
| 143 | 143 | ||
| 144 | bool apply_autocorrect(uint8_t backspaces, const char *str) { | 144 | bool apply_autocorrect(uint8_t backspaces, const char* str, char *typo, char *correct) { |
| 145 | if (layer_state_is(_GAMEPAD)) { | 145 | if (layer_state_is(_GAMEPAD)) { |
| 146 | return false; | 146 | return false; |
| 147 | } | 147 | } |
