[Lldb-commits] [lldb] r214326 - Fix build: remove bogus ./ at end of line
Ed Maste
emaste at freebsd.org
Wed Jul 30 12:26:11 PDT 2014
Author: emaste
Date: Wed Jul 30 14:26:11 2014
New Revision: 214326
URL: http://llvm.org/viewvc/llvm-project?rev=214326&view=rev
Log:
Fix build: remove bogus ./ at end of line
Modified:
lldb/trunk/tools/driver/Driver.cpp
Modified: lldb/trunk/tools/driver/Driver.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/driver/Driver.cpp?rev=214326&r1=214325&r2=214326&view=diff
==============================================================================
--- lldb/trunk/tools/driver/Driver.cpp (original)
+++ lldb/trunk/tools/driver/Driver.cpp Wed Jul 30 14:26:11 2014
@@ -838,7 +838,7 @@ Driver::MainLoop ()
}
// Now we handle options we got from the command line
- SBStream commands_stream;./
+ SBStream commands_stream;
// First source in the commands specified to be run before the file arguments are processed.
WriteInitialCommands(true, commands_stream);
More information about the lldb-commits
mailing list