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