Author: cfinck
Date: Mon Jun 30 08:07:25 2008
New Revision: 34219
URL:
http://svn.reactos.org/svn/reactos?rev=34219&view=rev
Log:
Fix a typo
Modified:
trunk/reactos/tools/rbuild/backend/mingw/modulehandler.cpp
Modified: trunk/reactos/tools/rbuild/backend/mingw/modulehandler.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/rbuild/backend/mingw…
==============================================================================
--- trunk/reactos/tools/rbuild/backend/mingw/modulehandler.cpp [iso-8859-1] (original)
+++ trunk/reactos/tools/rbuild/backend/mingw/modulehandler.cpp [iso-8859-1] Mon Jun 30
08:07:25 2008
@@ -1608,7 +1608,7 @@
if ( !module.HasImportLibrary() )
{
fprintf ( fMakefile,
- "\t%s %s%s %s %s%s%s %s -o %s\n",
+ "\t%s %s%s %s %s%s %s %s -o %s\n",
linker.c_str (),
linkerParameters.c_str (),
linkerScriptArgument.c_str (),
@@ -1635,7 +1635,7 @@
module.underscoreSymbols ? " --add-underscore" : "" );
fprintf ( fMakefile,
- "\t%s %s%s %s %s %s%s%s %s -o %s\n",
+ "\t%s %s%s %s %s %s%s %s %s -o %s\n",
linker.c_str (),
linkerParameters.c_str (),
linkerScriptArgument.c_str (),