Infer type

This commit is contained in:
Riyyi
2026-08-02 03:55:12 +02:00
parent 7612c99722
commit 88fd1b0b95
+1 -1
View File
@@ -24,7 +24,7 @@ parse :: proc() -> Options {
}
if opts.compression > 12 {
err: flags.Error = flags.Validation_Error {
err := flags.Validation_Error {
message = fmt.tprintf(
`Invalid compression "%d". Compression higher than allowed maximum.`,
opts.compression,