aboutsummaryrefslogtreecommitdiff
path: root/file_loader.h
diff options
context:
space:
mode:
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;