summaryrefslogtreecommitdiff
path: root/oowintool
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-08-02 08:49:32 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-08-02 08:49:32 +0200
commit710202f71ce5b4aa3dc5bc9bc869031b7d1ccec5 (patch)
tree393e5608570739bd6e2ddda3a6517d53cf993684 /oowintool
parentd73ef723a280fc45f24b96e76c4edea112b29994 (diff)
Missing newline
Change-Id: I8dd2d6f059b027122657e5000b95298e874e51e8
Diffstat (limited to 'oowintool')
-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";
}
}