diff options
Diffstat (limited to 'src/voidc.cc')
| -rw-r--r-- | src/voidc.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/voidc.cc b/src/voidc.cc index 5bbd7f4..69dc4ed 100644 --- a/src/voidc.cc +++ b/src/voidc.cc @@ -24,5 +24,5 @@ int main() { bool ret = buffer_init(&buffer, heap_allocator(), &source, &file); if(!ret) return EXIT_FAILURE; - + buffer_deinit(&buffer); } |
