aboutsummaryrefslogtreecommitdiff
path: root/file_loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'file_loader.h')
-rw-r--r--file_loader.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/file_loader.h b/file_loader.h
index cda8dc3..d6d305a 100644
--- a/file_loader.h
+++ b/file_loader.h
@@ -9,7 +9,7 @@
typedef struct {
const char *filename;
char *contents, **lines, *end;
- size_t length, nlines;
+ size_t nlines;
unsigned int mmapped:1;
} file_t;
@@ -27,3 +27,4 @@ __attribute__((format (printf, 5, 6)))
void fprint_line(FILE *dest, file_t *f, const char *start, const char *end, const char *fmt, ...);
#endif
+// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1