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/buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/std/buffer.c') diff --git a/src/std/buffer.c b/src/std/buffer.c index f32c515..c4c9845 100644 --- a/src/std/buffer.c +++ b/src/std/buffer.c @@ -59,4 +59,4 @@ int buffer_pop(Buffer *self, void *data, usize size) { am_memcpy(data, &self->data[self->size - size], size); self->size -= size; return 0; -} \ No newline at end of file +} -- cgit v1.2.3