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 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)