Skip to content

Commit 9e038ea

Browse files
committed
fixed comments
1 parent f20c72e commit 9e038ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: legacy/builder/phases/linker.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func link(ctx *types.Context, objectFiles paths.PathList, coreDotARelPath *paths
8585
properties.Set(constants.BUILD_PROPERTIES_ARCHIVE_FILE_PATH, coreArchiveFilePath.String())
8686
properties.Set("object_files", objectFileList)
8787

88-
_, _, err := builder_utils.ExecRecipe(ctx, properties, constants.RECIPE_C_COMBINE_PATTERN, false /* stdout */, utils.ShowIfVerbose /* stderr */, utils.Show)
88+
_, _, err := builder_utils.ExecRecipe(ctx, properties, constants.RECIPE_C_COMBINE_PATTERN, false, utils.ShowIfVerbose /* stdout */, utils.Show /* stderr */)
8989
return err
9090
}
9191

0 commit comments

Comments
 (0)