mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 23:28:48 +00:00
Remove unneeded semicolons from vendor
This commit is contained in:
Vendored
+1
-1
@@ -10,7 +10,7 @@ when ODIN_OS == "freebsd" do foreign import lib "system:SDL2_ttf"
|
||||
|
||||
bool :: SDL.bool
|
||||
|
||||
#assert(size_of(rune) == size_of(u32));
|
||||
#assert(size_of(rune) == size_of(u32))
|
||||
|
||||
MAJOR_VERSION :: 2
|
||||
MINOR_VERSION :: 0
|
||||
|
||||
Reference in New Issue
Block a user