diff options
| author | Peter LaFosse <peter@vector35.com> | 2018-07-10 15:44:48 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2018-07-10 15:44:48 -0400 |
| commit | b35c7de12f675237655565e26a25c290e04e7dab (patch) | |
| tree | 87edec90cccf516a6ee7f1d952916284cf9a7ff8 | |
| parent | 635c06c68ec72e579573f87ab86996b5952bf853 (diff) | |
Change enum from ExternalCode... to External...
| -rw-r--r-- | binaryninjacore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index f2384f85..df378dc4 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -1738,7 +1738,7 @@ extern "C" ReadOnlyCodeSectionSemantics, ReadOnlyDataSectionSemantics, ReadWriteDataSectionSemantics, - ExternalCodeSectionSemantics + ExternalSectionSemantics }; struct BNAddressRange |
