aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Utils.c b/src/Utils.c
index 23ebba8..10de8c8 100644
--- a/src/Utils.c
+++ b/src/Utils.c
@@ -1053,7 +1053,7 @@ static void SetOutputVar (int vindex, const char *optstring, void *arg)
"Option 'reductions' will be ignored for %s output "
"of variable '%s'", info->method_name, fullname);
}
- Util_TableDeleteKey (table, "compression_level");
+ Util_TableDeleteKey (table, "reductions");
}
/* warn about unrecognized options */