system/termcurses/tcurses_vt100.c: Fix spelling error in last commit.

This commit is contained in:
Ken Pettit 2019-01-17 09:13:00 -06:00 committed by Gregory Nutt
parent 42f3c06389
commit edbf31a341

View File

@ -827,7 +827,7 @@ static int tcurses_vt100_getkeycode(FAR struct termcurses_s *dev, FAR int *speci
*keymodifiers = 0;
*specialkey = 0;
ismodifier = false;
buildkeycount = 0;
keybuildcount = 0;
while (keycode == -1)
{