From eece8c85564b9c5ae0cb3edfe7edb684242e9227 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 18 Jan 2021 10:30:17 -0800 Subject: More static analyzer cleanup, including switching to use bools where appropriate and EXIT_SUCESS/EXIT_FAILURE --- files.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files.h') diff --git a/files.h b/files.h index a739d00..b78e77e 100644 --- a/files.h +++ b/files.h @@ -13,7 +13,7 @@ typedef struct file_s { const char *filename; char *contents, **lines, *end; size_t nlines; - /*@only@*/ struct allocated_pat_s *pats; + struct allocated_pat_s *pats; unsigned int mmapped:1; } file_t; -- cgit v1.2.3