Kaydet (Commit) 710202f7 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Missing newline

Change-Id: I8dd2d6f059b027122657e5000b95298e874e51e8
üst d73ef723
...@@ -296,7 +296,7 @@ sub msvc_copy_msms($$) ...@@ -296,7 +296,7 @@ sub msvc_copy_msms($$)
} }
foreach $fname ("Microsoft_VC100_CRT_x86$postfix.msm") { foreach $fname ("Microsoft_VC100_CRT_x86$postfix.msm") {
print STDERR "Copying $msm_path/$fname to $dest\n"; 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";
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment