mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-18 11:52:22 -07:00
add missing trailing comma
This commit is contained in:
@@ -57,7 +57,7 @@ foreign mach {
|
||||
copy : boolean_t,
|
||||
cur_protection : vm_prot_t,
|
||||
max_protection : vm_prot_t,
|
||||
inheritance : vm_inherit_t
|
||||
inheritance : vm_inherit_t,
|
||||
) -> kern_return_t ---
|
||||
|
||||
mach_make_memory_entry :: proc (
|
||||
|
||||
Reference in New Issue
Block a user