summaryrefslogtreecommitdiff
path: root/binaryviewtype.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'binaryviewtype.cpp')
-rw-r--r--binaryviewtype.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryviewtype.cpp b/binaryviewtype.cpp
index 636a8856..8089f506 100644
--- a/binaryviewtype.cpp
+++ b/binaryviewtype.cpp
@@ -46,7 +46,7 @@ void BinaryViewType::Register(BinaryViewType* type)
callbacks.isValidForData = IsValidCallback;
type->m_type = BNRegisterBinaryViewType(type->m_nameForRegister.c_str(),
- type->m_longNameForRegister.c_str(), &callbacks);
+ type->m_longNameForRegister.c_str(), &callbacks);
}