mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 08:08:50 +00:00
Remove unneeded semicolons from vendor
This commit is contained in:
Vendored
+1
-1
@@ -458,7 +458,7 @@ Event :: struct #raw_union {
|
||||
|
||||
|
||||
/* Make sure we haven't broken binary compatibility */
|
||||
#assert(size_of(Event) == size_of(Event{}.padding));
|
||||
#assert(size_of(Event) == size_of(Event{}.padding))
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user