fix error in msvc_win

pull/1511/head
Joe Conigliaro 2019-08-08 00:26:08 +10:00 committed by Alexander Medvednikov
parent 4b69d43f9f
commit 1270e8a9f2
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ fn find_msvc() ?MsvcResult {
}
}
pub fn v (mut V) cc_msvc() {
pub fn (v mut V) cc_msvc() {
r := find_msvc() or {
println('Could not find MSVC')