Remove stray space
Thanks to Vivian - make MSVC9 happy again.
This commit is contained in:
parent
2d0d434ffa
commit
db7112c20b
1 changed files with 1 additions and 1 deletions
|
@ -621,7 +621,7 @@ int fgMainInit( int argc, char **argv ) {
|
|||
cerr << endl << "Base package check failed:" << endl \
|
||||
<< " Version " << base_version << " found at: " \
|
||||
<< globals->get_fg_root() << endl \
|
||||
<< " Version " << required_version << " is required." << endl \
|
||||
<< " Version " << required_version << " is required." << endl \
|
||||
<< "Please upgrade/downgrade base package." << endl;
|
||||
#ifdef _MSC_VER
|
||||
cerr << "Hit a key to continue..." << endl;
|
||||
|
|
Loading…
Reference in a new issue