diff options
| author | Rusty Wagner <rusty@vector35.com> | 2019-02-28 23:02:12 -0500 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2019-02-28 23:02:12 -0500 |
| commit | 6564ca9461ed83e2548dcde270fc3dc884486bd6 (patch) | |
| tree | 899eca3edeb63dbfc03bb3d0b43959d331d4b233 /architecture.cpp | |
| parent | 156ad4bb6d7c789c4f4a1c7daf635eb7d3a92400 (diff) | |
Fix typo in API name
Diffstat (limited to 'architecture.cpp')
| -rw-r--r-- | architecture.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/architecture.cpp b/architecture.cpp index 65593e94..5ce21e99 100644 --- a/architecture.cpp +++ b/architecture.cpp @@ -2237,7 +2237,7 @@ bool DisassemblyTextRenderer::IsIL() const bool DisassemblyTextRenderer::HasDataFlow() const { - return BNDisassmblyTextRendererHasDataFlow(m_object); + return BNDisassemblyTextRendererHasDataFlow(m_object); } |
