Remove unneeded semicolons from vendor

This commit is contained in:
gingerBill
2021-08-31 22:33:19 +01:00
parent f57201bbd1
commit 82f58aa3de
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import "core:strings"
when ODIN_OS == "windows" do foreign import lib "portmidi.lib"
#assert(size_of(b32) == size_of(c.int));
#assert(size_of(b32) == size_of(c.int))
DEFAULT_SYSEX_BUFFER_SIZE :: 1024