mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-13 06:43:35 +00:00
Add comma to last enums to fix build check
This commit is contained in:
@@ -262,7 +262,7 @@ Event_otherEventWithType :: proc "c" (
|
||||
ctx: id,
|
||||
subtype: i16,
|
||||
data1: Integer,
|
||||
data2: Integer
|
||||
data2: Integer,
|
||||
) -> ^Event {
|
||||
return msgSend(
|
||||
^Event,
|
||||
@@ -276,7 +276,7 @@ Event_otherEventWithType :: proc "c" (
|
||||
ctx,
|
||||
subtype,
|
||||
data1,
|
||||
data2
|
||||
data2,
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user