From db7112c20b24ff2d9a2c8f3011d5f6a06fe7853e Mon Sep 17 00:00:00 2001 From: ThorstenB Date: Mon, 6 Jun 2011 19:53:21 +0200 Subject: [PATCH] Remove stray space Thanks to Vivian - make MSVC9 happy again. --- src/Main/main.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;