1
0
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:
Nicolas Sauzede 2020-10-02 05:16:16 +02:00 committed by GitHub
parent 8152b86652
commit c825275f7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
}
}