summaryrefslogtreecommitdiff
path: root/ZAPD/ZString.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ZAPD/ZString.cpp')
-rw-r--r--ZAPD/ZString.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ZAPD/ZString.cpp b/ZAPD/ZString.cpp
index b545604..cfea21a 100644
--- a/ZAPD/ZString.cpp
+++ b/ZAPD/ZString.cpp
@@ -36,7 +36,7 @@ std::string ZString::GetBodySourceCode() const
std::string ZString::GetSourceOutputCode([[maybe_unused]] const std::string& prefix)
{
- parent->AddDeclarationArray(rawDataIndex, DeclarationAlignment::None, GetRawDataSize(),
+ parent->AddDeclarationArray(rawDataIndex, DeclarationAlignment::Align4, GetRawDataSize(),
GetSourceTypeName(), name, 0, GetBodySourceCode());
return "";