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