Changes in uspace/app/tetris/scores.c [28a5ebd:63c1dd5] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tetris/scores.c
r28a5ebd r63c1dd5 154 154 if (kev->key == KC_BACKSPACE) { 155 155 if (i > 0) { 156 char32_t uc;156 wchar_t uc; 157 157 158 158 --i;
Note:
See TracChangeset
for help on using the changeset viewer.