Changes in uspace/dist/src/c/demos/tetris/screen.c [09ab0a9a:28a5ebd] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/dist/src/c/demos/tetris/screen.c
r09ab0a9a r28a5ebd 371 371 */ 372 372 373 wchar_t c = 0;373 char32_t c = 0; 374 374 375 375 while (c == 0) { … … 393 393 errno_t twait(void) 394 394 { 395 wchar_t c = 0;395 char32_t c = 0; 396 396 397 397 while (c == 0) {
Note:
See TracChangeset
for help on using the changeset viewer.