aboutsummaryrefslogtreecommitdiff
path: root/src/common/DataStores/DB2FileLoader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/DataStores/DB2FileLoader.cpp')
-rw-r--r--src/common/DataStores/DB2FileLoader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/DataStores/DB2FileLoader.cpp b/src/common/DataStores/DB2FileLoader.cpp
index f0c1e0a6a01..2d164a1e985 100644
--- a/src/common/DataStores/DB2FileLoader.cpp
+++ b/src/common/DataStores/DB2FileLoader.cpp
@@ -1402,7 +1402,7 @@ bool DB2FileLoader::Load(DB2FileSource* source, DB2FileLoadInfo const* loadInfo)
EndianConvert(_header.PalletDataSize);
EndianConvert(_header.ParentLookupDataSize);
- if (_header.Signature != 0x31434457) //'WCH1'
+ if (_header.Signature != 0x31434457) //'WDC1'
return false;
if (_header.LayoutHash != loadInfo->Meta->LayoutHash)