pref: fix whitespace in compiler message (#6529)

pull/6533/head
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
1 changed files with 1 additions and 1 deletions

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