diff options
| -rw-r--r-- | binaryninjacore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index cb4c3e9b..f17808c0 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -381,7 +381,7 @@ extern "C" ConstStringDataTokenContext = 7, // For ConstData strings StringReferenceTokenContext = 8, // For References to strings StringDataVariableTokenContext = 9, // For String DataVariables - StringDisplayTokenContex = 10 // For displaying strings which aren't associated with an address + StringDisplayTokenContext = 10 // For displaying strings which aren't associated with an address } BNInstructionTextTokenContext; typedef enum BNLinearDisassemblyLineType |
