mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
pref: fix whitespace in compiler message (#6529)
This commit is contained in:
parent
8152b86652
commit
c825275f7f
@ -442,7 +442,7 @@ fn parse_define(mut prefs Preferences, define string) {
|
||||
}
|
||||
else {
|
||||
println('V error: Unknown define argument value `${define_parts[1]}` for ${define_parts[0]}.' +
|
||||
'Expected `0` or `1`.')
|
||||
' Expected `0` or `1`.')
|
||||
exit(1)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user