]> git.mxchange.org Git - flightgear.git/commitdiff
Remove stray space
authorThorstenB <brehmt@gmail.com>
Mon, 6 Jun 2011 17:53:21 +0000 (19:53 +0200)
committerThorstenB <brehmt@gmail.com>
Mon, 6 Jun 2011 17:53:21 +0000 (19:53 +0200)
Thanks to Vivian - make MSVC9 happy again.

src/Main/main.cxx

index bc17b04b0ae2a97d16fa82b23c904a1488ae718c..58883a8865e7713948610470b01ab4fa72db39eb 100644 (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;