aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/Linker.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/Linker.cs')
-rw-r--r--src/WixToolset.Core/Linker.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/Linker.cs b/src/WixToolset.Core/Linker.cs
index 86eb7a3d..e9f9554c 100644
--- a/src/WixToolset.Core/Linker.cs
+++ b/src/WixToolset.Core/Linker.cs
@@ -1219,7 +1219,7 @@ namespace WixToolset.Core
1219 /// <summary> 1219 /// <summary>
1220 /// Flattens the tables used in a Bundle. 1220 /// Flattens the tables used in a Bundle.
1221 /// </summary> 1221 /// </summary>
1222 /// <param name="output">Output containing the tables to process.</param> 1222 /// <param name="entrySection">Output containing the tables to process.</param>
1223 private void FlattenBundleTables(IntermediateSection entrySection) 1223 private void FlattenBundleTables(IntermediateSection entrySection)
1224 { 1224 {
1225 if (SectionType.Bundle != entrySection.Type) 1225 if (SectionType.Bundle != entrySection.Type)