aboutsummaryrefslogtreecommitdiff
path: root/file_loader.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-01-15 19:02:36 -0800
committerBruce Hill <bruce@bruce-hill.com>2021-01-15 19:02:36 -0800
commit984a869c985f8cc334cc40bd5b387e11d9f9ba29 (patch)
tree52924e7275843295607666408c51f0718bf61819 /file_loader.h
parent5d1ffd61440a9563d10e921538cbfdc4e21bbd09 (diff)
Renaming 'op' member fields to 'pat'
Diffstat (limited to 'file_loader.h')
-rw-r--r--file_loader.h2
1 files changed, 1 insertions, 1 deletions
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;