[ros-diffs] [cfinck] 34219: Fix a typo

cfinck at svn.reactos.org cfinck at svn.reactos.org
Mon Jun 30 15:07:27 CEST 2008


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/modulehandler.cpp?rev=34219&r1=34218&r2=34219&view=diff
==============================================================================
--- 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 (),



More information about the Ros-diffs mailing list