add missing trailing comma

This commit is contained in:
Beau McCartney
2024-10-06 23:29:34 -06:00
parent 75c5cf3e80
commit 15d70390e5
+1 -1
View File
@@ -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 (