From 49f804e989885f1ad5fc2d2127b285ea34edb3b8 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Wed, 21 Nov 2018 23:41:15 -0500 Subject: Add Iter for edi --- bin/edi/file.c | 1 - 1 file changed, 1 deletion(-) (limited to 'bin/edi/file.c') diff --git a/bin/edi/file.c b/bin/edi/file.c index 322b5616..bfab9293 100644 --- a/bin/edi/file.c +++ b/bin/edi/file.c @@ -34,7 +34,6 @@ struct File fileAlloc(char *path) { .path = path, .buf = bufferAlloc(BufCap), .log = logAlloc(LogCap), - .clean = 0, }; if (!path) logPush(&file.log, TableEmpty); return file; -- cgit 1.4.1