From: Bill Wendling Date: Thu, 9 Jul 2009 08:48:45 +0000 (+0000) Subject: Missing ) X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5c6da7c243443faf4d4236411603cc495de5445a;p=oota-llvm.git Missing ) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75126 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CompilerDriver/Main.cpp b/lib/CompilerDriver/Main.cpp index 57d2937b339..c6e4e1415a0 100644 --- a/lib/CompilerDriver/Main.cpp +++ b/lib/CompilerDriver/Main.cpp @@ -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;