Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit b22a696

Browse files
authored
Merge pull request #2229 from jacob-carlborg/fix-getsect
Fix typo in `getsect`
2 parents 71db7d3 + 8b1f3d3 commit b22a696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/sys/darwin/mach/getsect.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ const(section)* getsectbynamefromheader(
440440
in char* sectname
441441
);
442442

443-
const(section)* getsectbynamefromheaderwithswap_64(
443+
const(section)* getsectbynamefromheaderwithswap(
444444
in mach_header* mhp,
445445
in char* segname,
446446
in char* section,

0 commit comments

Comments
 (0)