mirror of https://bitbucket.org/ausocean/av.git
Fixing syntax error
This commit is contained in:
parent
d66c5c5ae0
commit
6896ae2966
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue