summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xoowintool2
1 files changed, 1 insertions, 1 deletions
diff --git a/oowintool b/oowintool
index 9afc1cd40e93..c9d74f64d3d8 100755
--- a/oowintool
+++ b/oowintool
@@ -296,7 +296,7 @@ sub msvc_copy_msms($$)
}
foreach $fname ("Microsoft_VC100_CRT_x86$postfix.msm") {
print STDERR "Copying $msm_path/$fname to $dest\n";
- copy ("$msm_path/$fname", $dest) || print "copy failed: $!";
+ copy ("$msm_path/$fname", $dest) || print "copy failed: $!\n";
}
}