Ignore:
File:
1 edited

Legend:

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

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