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
Failed to generate hash of commit
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,
};