mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
change error messages punctuation.
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user