Add missing ,

This commit is contained in:
gingerBill
2025-05-14 15:14:02 +01:00
parent cf6d26953e
commit 30b6750778
+1 -1
View File
@@ -1217,7 +1217,7 @@ FEATURE_DATA_OPTIONS11 :: struct {
TRI_STATE :: enum i32 {
UNKNOWN = -1,
FALSE = 0,
TRUE = 1
TRUE = 1,
}
FEATURE_DATA_OPTIONS12 :: struct {