mirror of https://bitbucket.org/ausocean/av.git
Fixed something small
This commit is contained in:
parent
09b5fb9066
commit
af4f7de2ea
|
@ -93,7 +93,7 @@ const (
|
|||
defaultQuantizationMode = QuantizationOff
|
||||
)
|
||||
|
||||
// checkConfig checks for any errors in the config files and defaults settings
|
||||
// Validate checks for any errors in the config files and defaults settings
|
||||
// if particular parameters have not been defined.
|
||||
func (config *Config) Validate(r *revidInst) error {
|
||||
switch config.QuantizationMode {
|
||||
|
|
Loading…
Reference in New Issue