From e98574570ec0e355c6cff2b6e30bd992f20fe610 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 18 Jan 2021 11:15:53 -0800 Subject: More static analysis cleanup --- match.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'match.c') diff --git a/match.c b/match.c index e2e00c2..a8451e6 100644 --- a/match.c +++ b/match.c @@ -518,7 +518,7 @@ static match_t *match(def_t *defs, file_t *f, const char *str, pat_t *pat, bool } default: { fprintf(stderr, "Unknown pattern type: %d", pat->type); - exit(1); + exit(EXIT_FAILURE); return NULL; } } -- cgit v1.2.3