diff options
Diffstat (limited to 'src/burn/stub')
-rw-r--r-- | src/burn/stub/StubSection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/burn/stub/StubSection.cpp b/src/burn/stub/StubSection.cpp index 62d3e91e..fc3ed182 100644 --- a/src/burn/stub/StubSection.cpp +++ b/src/burn/stub/StubSection.cpp | |||
@@ -8,7 +8,7 @@ | |||
8 | static DWORD dwMagic = BURN_SECTION_MAGIC; | 8 | static DWORD dwMagic = BURN_SECTION_MAGIC; |
9 | static DWORD dwVersion = BURN_SECTION_VERSION; | 9 | static DWORD dwVersion = BURN_SECTION_VERSION; |
10 | 10 | ||
11 | static GUID guidBundleId = { }; | 11 | static GUID guidBundleCode = { }; |
12 | 12 | ||
13 | static DWORD dwStubSize = 0; | 13 | static DWORD dwStubSize = 0; |
14 | static DWORD dwOriginalChecksum = 0; | 14 | static DWORD dwOriginalChecksum = 0; |