diff --git a/input/input_keyboard.c b/input/input_keyboard.c index 817a806c87..060d7073d2 100644 --- a/input/input_keyboard.c +++ b/input/input_keyboard.c @@ -60,7 +60,7 @@ static void osk_update_last_codepoint(const char *word) if (letter[0] == 0) { - osk_last_codepoint = 0; + osk_last_codepoint = 0; osk_last_codepoint_len = 0; return; } @@ -72,7 +72,7 @@ static void osk_update_last_codepoint(const char *word) if (letter[0] == 0) { - osk_last_codepoint = codepoint; + osk_last_codepoint = codepoint; osk_last_codepoint_len = len; break; }