mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 23:28:48 +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,
|
ctx: id,
|
||||||
subtype: i16,
|
subtype: i16,
|
||||||
data1: Integer,
|
data1: Integer,
|
||||||
data2: Integer
|
data2: Integer,
|
||||||
) -> ^Event {
|
) -> ^Event {
|
||||||
return msgSend(
|
return msgSend(
|
||||||
^Event,
|
^Event,
|
||||||
@@ -276,7 +276,7 @@ Event_otherEventWithType :: proc "c" (
|
|||||||
ctx,
|
ctx,
|
||||||
subtype,
|
subtype,
|
||||||
data1,
|
data1,
|
||||||
data2
|
data2,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user