From f57201bbd1f85772536e050b490a313ca62cb1b7 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Tue, 31 Aug 2021 22:32:53 +0100 Subject: Remove unneeded semicolons from the core library --- core/thread/thread.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/thread') diff --git a/core/thread/thread.odin b/core/thread/thread.odin index fe3e2ffb7..d4cdf08e3 100644 --- a/core/thread/thread.odin +++ b/core/thread/thread.odin @@ -23,7 +23,7 @@ Thread :: struct { creation_allocator: mem.Allocator, } -#assert(size_of(Thread{}.user_index) == size_of(uintptr)); +#assert(size_of(Thread{}.user_index) == size_of(uintptr)) Thread_Priority :: enum { Normal, -- cgit v1.2.3