Remove unneccessary escape for type member
This commit is contained in:
parent
efb7b736db
commit
0378699fcd
2 changed files with 2 additions and 2 deletions
|
|
@ -797,7 +797,7 @@ pub const FilePathList = extern struct {
|
|||
|
||||
pub const AutomationEvent = extern struct {
|
||||
frame: c_uint,
|
||||
@"type": c_uint,
|
||||
type: c_uint,
|
||||
params: [4]c_int,
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -797,7 +797,7 @@ pub const FilePathList = extern struct {
|
|||
|
||||
pub const AutomationEvent = extern struct {
|
||||
frame: c_uint,
|
||||
@"type": c_uint,
|
||||
type: c_uint,
|
||||
params: [4]c_int,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue