Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tetris/screen.c

    r582a0b8 rf538ef3  
    5454 */
    5555
    56 #include <err.h>
    5756#include <stdio.h>
    5857#include <stdlib.h>
     
    198197                scr_end();
    199198       
    200         errx(1, "aborting: %s", why);
     199        fprintf(stderr, "aborting: %s", why);
     200        abort();
    201201}
    202202
Note: See TracChangeset for help on using the changeset viewer.