From: ThorstenB Date: Mon, 6 Jun 2011 17:53:21 +0000 (+0200) Subject: Remove stray space X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=db7112c20b24ff2d9a2c8f3011d5f6a06fe7853e;p=flightgear.git Remove stray space Thanks to Vivian - make MSVC9 happy again. --- diff --git a/src/Main/main.cxx b/src/Main/main.cxx index bc17b04b0..58883a886 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -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;