1
0
Fork 0

Remove stray space

Thanks to Vivian - make MSVC9 happy again.
This commit is contained in:
ThorstenB 2011-06-06 19:53:21 +02:00
parent 2d0d434ffa
commit db7112c20b

View file

@ -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;