Changes in uspace/app/tetris/screen.c [f538ef3:582a0b8] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tetris/screen.c
rf538ef3 r582a0b8 54 54 */ 55 55 56 #include <err.h> 56 57 #include <stdio.h> 57 58 #include <stdlib.h> … … 197 198 scr_end(); 198 199 199 fprintf(stderr, "aborting: %s", why); 200 abort(); 200 errx(1, "aborting: %s", why); 201 201 } 202 202
Note:
See TracChangeset
for help on using the changeset viewer.