Remove unneccessary escape for type member

This commit is contained in:
Not-Nik 2024-05-31 19:34:56 +02:00
parent efb7b736db
commit 0378699fcd
No known key found for this signature in database
GPG Key ID: E95F679E3CDD9784
2 changed files with 2 additions and 2 deletions

View File

@ -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,
};

View File

@ -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,
};