Keep -vet happy

This commit is contained in:
gingerBill
2025-01-10 10:15:15 +00:00
parent fd058dff46
commit b377ac182c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ when LIB != "" {
}
foreign import stbi {
LIB when LIB != "" else "system:stb_image"
LIB when LIB != "" else "system:stb_image",
}
NO_STDIO :: ODIN_ARCH == .wasm32 || ODIN_ARCH == .wasm64p32