mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-27 08:38:48 +00:00
Remove a character to avoid line exceeding 80 cols.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29860 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3b53c4ee91
commit
7b7a1be856
@ -77,7 +77,7 @@ void llvm::DisplayGraph(const sys::Path &Filename) {
|
|||||||
if (sys::Program::ExecuteAndWait(dotty, &args[0],0,0,0,&ErrMsg)) {
|
if (sys::Program::ExecuteAndWait(dotty, &args[0],0,0,0,&ErrMsg)) {
|
||||||
std::cerr << "Error viewing graph: " << ErrMsg << "\n";
|
std::cerr << "Error viewing graph: " << ErrMsg << "\n";
|
||||||
} else {
|
} 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;
|
return;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user