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_view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/std/buffer_view.c') diff --git a/src/std/buffer_view.c b/src/std/buffer_view.c index 977626c..8ddfab9 100644 --- a/src/std/buffer_view.c +++ b/src/std/buffer_view.c @@ -12,4 +12,4 @@ BufferView create_buffer_view(const char *data, usize size) { buffer_view.data = data; buffer_view.size = size; return buffer_view; -} \ No newline at end of file +} -- cgit v1.2.3