1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

Remove a character to avoid line exceeding 80 cols.

llvm-svn: 29860
This commit is contained in:
Reid Spencer 2006-08-24 22:39:25 +00:00
parent 0aa48d0522
commit d5644a74d8

View File

@ -77,7 +77,7 @@ void llvm::DisplayGraph(const sys::Path &Filename) {
if (sys::Program::ExecuteAndWait(dotty, &args[0],0,0,0,&ErrMsg)) {
std::cerr << "Error viewing graph: " << ErrMsg << "\n";
} else {
#ifdef __MINGW32__ // Dotty spawns another app and doesn't wait until it returns.
#ifdef __MINGW32__ // Dotty spawns another app and doesn't wait until it returns
return;
#endif
}