Missing )

llvm-svn: 75126
This commit is contained in:
Bill Wendling 2009-07-09 08:48:45 +00:00
parent a383ffa219
commit 7160d3b6d2
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ namespace {
sys::Path getTempDir() {
sys::Path tempDir;
if (! TempDirname.empty() {
if (! TempDirname.empty()) {
tempDir = TempDirname;
if (!tempDir.exists()) {
std::string ErrMsg;