diff options
author | Marvin Borner | 2023-04-13 13:08:21 +0200 |
---|---|---|
committer | Marvin Borner | 2023-04-13 13:08:21 +0200 |
commit | 3fec61c52b2636397012b82219e1ae5d19fc9fc0 (patch) | |
tree | 5789dbd0d8058fe885a797ea59c5209e91ea7597 /src/build.c | |
parent | 2ca9fd69c9b60c54316dfb25ba45e64fee0de968 (diff) |
Basically working
many memory leaks, will fix kthxbye
Diffstat (limited to 'src/build.c')
-rw-r--r-- | src/build.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/build.c b/src/build.c index 510afe0..d415c29 100644 --- a/src/build.c +++ b/src/build.c @@ -74,7 +74,6 @@ void write_bloc(struct term *term, const char *path) write_bblc(N, file); // TODO - short table_index = 0; char byte = 0; int bit = 0; write_bit(0, file, &byte, &bit); |