From 2af04d6ec602b2068d35d5b976f070a1b065f307 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 1 Mar 2019 05:04:45 +0100 Subject: Fix compiler join thread, fix compiliation with clang --- src/std/scoped_allocator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/std/scoped_allocator.c') diff --git a/src/std/scoped_allocator.c b/src/std/scoped_allocator.c index deb9e1e..dfed0b7 100644 --- a/src/std/scoped_allocator.c +++ b/src/std/scoped_allocator.c @@ -100,4 +100,4 @@ int scoped_allocator_alloc(ScopedAllocator *self, usize size, void **mem) { int scoped_allocator_add_buffer(ScopedAllocator *self, Buffer *buffer) { return buffer_append(&self->buffers, buffer, sizeof(Buffer)); -} \ No newline at end of file +} -- cgit v1.2.3