Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tetris/scores.c

    r63c1dd5 r28a5ebd  
    154154                if (kev->key == KC_BACKSPACE) {
    155155                        if (i > 0) {
    156                                 wchar_t uc;
     156                                char32_t uc;
    157157
    158158                                --i;
Note: See TracChangeset for help on using the changeset viewer.