1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

fix error in msvc_win

This commit is contained in:
Joe Conigliaro 2019-08-08 00:26:08 +10:00 committed by Alexander Medvednikov
parent 4b69d43f9f
commit 1270e8a9f2

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')