Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/dist/src/c/demos/tetris/screen.c

    r28a5ebd r09ab0a9a  
    371371         */
    372372
    373         char32_t c = 0;
     373        wchar_t c = 0;
    374374
    375375        while (c == 0) {
     
    393393errno_t twait(void)
    394394{
    395         char32_t c = 0;
     395        wchar_t c = 0;
    396396
    397397        while (c == 0) {
Note: See TracChangeset for help on using the changeset viewer.