aboutsummaryrefslogtreecommitdiff
path: root/core/c
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-08-31 22:32:53 +0100
committergingerBill <bill@gingerbill.org>2021-08-31 22:32:53 +0100
commitf57201bbd1f85772536e050b490a313ca62cb1b7 (patch)
tree962ce81e9548d57f84cdab5cadd279f8172d0464 /core/c
parent2db6fea6655215452d445f327cadda815d65afd9 (diff)
Remove unneeded semicolons from the core library
Diffstat (limited to 'core/c')
-rw-r--r--core/c/c.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/c/c.odin b/core/c/c.odin
index 40c273927..3d5b89a08 100644
--- a/core/c/c.odin
+++ b/core/c/c.odin
@@ -24,7 +24,7 @@ double :: b.f64
complex_float :: b.complex64
complex_double :: b.complex128
-#assert(size_of(b.uintptr) == size_of(b.int));
+#assert(size_of(b.uintptr) == size_of(b.int))
size_t :: b.uint
ssize_t :: b.int