Skip to content

Commit

Permalink
Minor error message edit.
Browse files Browse the repository at this point in the history
  • Loading branch information
madler committed Apr 10, 2019
1 parent ce0b222 commit 780da78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn.c
Expand Up @@ -84,7 +84,7 @@ local void fail(int err, char const *file, long line, char const *func) {
default:
fprintf(stderr, "internal error %d", err);
}
fprintf(stderr, " (%s:%ld:%s).\n", file, line, func);
fprintf(stderr, " (%s:%ld:%s)\n", file, line, func);
if (yarn_abort != NULL)
yarn_abort(err);
exit(err);
Expand Down

0 comments on commit 780da78

Please sign in to comment.