Fix compilation failure on Windows.
authorZachary Turner <zturner@google.com>
Tue, 3 Feb 2015 18:26:00 +0000 (18:26 +0000)
committerZachary Turner <zturner@google.com>
Tue, 3 Feb 2015 18:26:00 +0000 (18:26 +0000)
llvm-svn: 227998

lldb/source/Host/windows/HostInfoWindows.cpp

index a2b5994..b22920d 100644 (file)
@@ -91,7 +91,7 @@ HostInfoWindows::GetProgramFileSpec()
         char buffer[PATH_MAX];
         ::GetModuleFileName(NULL, buffer, sizeof(buffer));
         m_program_filespec.SetFile(buffer, false);
-    }
+    });
     return m_program_filespec;
 }