Fix a typo
authorColin Finck <colin@reactos.org>
Mon, 30 Jun 2008 13:07:25 +0000 (13:07 +0000)
committerColin Finck <colin@reactos.org>
Mon, 30 Jun 2008 13:07:25 +0000 (13:07 +0000)
svn path=/trunk/; revision=34219

reactos/tools/rbuild/backend/mingw/modulehandler.cpp

index b6071df..2a06f29 100644 (file)
@@ -1608,7 +1608,7 @@ MingwModuleHandler::GenerateLinkerCommand (
        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 @@ MingwModuleHandler::GenerateLinkerCommand (
                          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 (),