diff options
author | David Cole <david.cole@kitware.com> | 2008-06-17 16:44:18 (GMT) |
---|---|---|
committer | David Cole <david.cole@kitware.com> | 2008-06-17 16:44:18 (GMT) |
commit | 9a98928bd9862714ccbfe62158e76760efa324ca (patch) | |
tree | 421773013aa96ec338b660e600797f1055f5253d /Source/CPack/cmCPackNSISGenerator.cxx | |
parent | 80714fb42f96a3486b8411cc28c0107a5aba1055 (diff) | |
download | CMake-9a98928bd9862714ccbfe62158e76760efa324ca.zip CMake-9a98928bd9862714ccbfe62158e76760efa324ca.tar.gz CMake-9a98928bd9862714ccbfe62158e76760efa324ca.tar.bz2 |
COMP: Fix errors and warnings from continuous dashboards running different compilers...
Diffstat (limited to 'Source/CPack/cmCPackNSISGenerator.cxx')
-rw-r--r-- | Source/CPack/cmCPackNSISGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CPack/cmCPackNSISGenerator.cxx b/Source/CPack/cmCPackNSISGenerator.cxx index 6b43e1e..2dca019 100644 --- a/Source/CPack/cmCPackNSISGenerator.cxx +++ b/Source/CPack/cmCPackNSISGenerator.cxx @@ -192,7 +192,7 @@ int cmCPackNSISGenerator::CompressFiles(const char* outFileName, { installTypesCode += "InstType \""; installTypesCode += (*installTypeIt2)->DisplayName; - installTypesCode += + "\"\n"; + installTypesCode += "\"\n"; } // Create installation groups first |