change error messages punctuation.

This commit is contained in:
Miroslav Šedivý
2021-04-24 21:37:43 +02:00
parent 4f1e3c879a
commit ec18775e26
15 changed files with 59 additions and 59 deletions

View File

@ -192,7 +192,7 @@ func ChangeScreenSize(width int, height int, rate int16) error {
}
}
return fmt.Errorf("Unknown screen configuration %dx%d@%d.", width, height, rate)
return fmt.Errorf("unknown screen configuration %dx%d@%d", width, height, rate)
}
func GetScreenSize() *types.ScreenSize {