Skip to content

Commit

Permalink
Merge branch 'exit' of https://github.com/eworm-de/vis
Browse files Browse the repository at this point in the history
  • Loading branch information
martanne committed Oct 6, 2016
2 parents 550455b + 1d7c0a5 commit ca0ce46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vis-menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ static void
die(const char *s) {
tcsetattr(0, TCSANOW, &tio_old);
fprintf(stderr, "%s\n", s);
exit(1);
exit(EXIT_FAILURE);
}

static void
Expand Down

0 comments on commit ca0ce46

Please sign in to comment.