(input_keyboard.c) Cleanup

This commit is contained in:
twinaphex 2017-01-13 15:26:40 +01:00
parent f9dbd4dc02
commit 0387e5e470

View File

@ -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;
}