Skip to content

Commit

Permalink
Merge pull request #942 from xexyl/make-bug-report-chkentry
Browse files Browse the repository at this point in the history
Make bug report chkentry
  • Loading branch information
lcn2 authored Aug 27, 2024
2 parents 7a3907c + a44e1b9 commit 4f14f5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
*.[ao]
*.dSYM/
*~
.sw[a-zA-Z0-9]
.*.sw[a-zA-Z0-9]
.sw[a-zA-Z0-9]*
.*.sw[a-zA-Z0-9]*
.DS_Store
._.DS_Store
/.build.log.*
Expand Down
2 changes: 1 addition & 1 deletion chkentry.c
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ main(int argc, char *argv[])
* case: paranoia
*/
} else {
err(26, __func__, "we should not get here; please report, making sure to use make bug_report");
err(26, __func__, "we should not get here; please report, making sure to use 'make bug_report'");
not_reached();
}
info_path = calloc_path(submission_dir, info_filename);
Expand Down

0 comments on commit 4f14f5e

Please sign in to comment.