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