diff --git a/compiler/msvc_win.v b/compiler/msvc_win.v index 2e92bb0dee..8cdc6da49a 100644 --- a/compiler/msvc_win.v +++ b/compiler/msvc_win.v @@ -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')