From 984a869c985f8cc334cc40bd5b387e11d9f9ba29 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 15 Jan 2021 19:02:36 -0800 Subject: Renaming 'op' member fields to 'pat' --- file_loader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'file_loader.h') diff --git a/file_loader.h b/file_loader.h index 1e76357..78f3757 100644 --- a/file_loader.h +++ b/file_loader.h @@ -13,7 +13,7 @@ typedef struct file_s { const char *filename; char *contents, **lines, *end; size_t nlines; - struct allocated_pat_s *ops; + struct allocated_pat_s *pats; unsigned int mmapped:1; } file_t; -- cgit v1.2.3