mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 23:58:50 +00:00
Keep -vet happy
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ when WRITE_LIB != "" {
|
||||
}
|
||||
|
||||
foreign import stbi {
|
||||
WRITE_LIB when WRITE_LIB != "" else "system:stb_image_write"
|
||||
WRITE_LIB when WRITE_LIB != "" else "system:stb_image_write",
|
||||
}
|
||||
|
||||
write_func :: proc "c" (ctx: rawptr, data: rawptr, size: c.int)
|
||||
|
||||
Reference in New Issue
Block a user