Fixing syntax error

This commit is contained in:
Saxon1 2018-05-05 13:10:04 +09:30
parent d66c5c5ae0
commit 6896ae2966
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ func (config *Config) Validate(r *revid) error {
switch config.VerticalFlip {
case Yes:
case No:
case Nothing Defined:
case NothingDefined:
r.Log(Warning, "No vertical flip option defined, defaulting to not flipped!")
config.VerticalFlip = defaultVerticalFlip
default: