Correct string literal typo (have "(NULL)" like all other cases).

Signed-off-by: Eric NOULARD <eric.noulard@gmail.com>
This commit is contained in:
Andreas Mohr 2012-11-10 15:49:05 +01:00 committed by Eric NOULARD
parent 342934d4de
commit 572d9e1e05
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ int cmCPackGenerator::InstallProject()
{
cmCPackLogger(cmCPackLog::LOG_ERROR,
"Problem creating temporary directory: "
<< (tempInstallDirectory ? tempInstallDirectory : "(NULL}")
<< (tempInstallDirectory ? tempInstallDirectory : "(NULL)")
<< std::endl);
return 0;
}