summaryrefslogtreecommitdiff
path: root/reftable/stack.h
diff options
context:
space:
mode:
Diffstat (limited to 'reftable/stack.h')
-rw-r--r--reftable/stack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/reftable/stack.h b/reftable/stack.h
index d43efa4760..97d7ebc043 100644
--- a/reftable/stack.h
+++ b/reftable/stack.h
@@ -20,7 +20,7 @@ struct reftable_stack {
char *reftable_dir;
- struct reftable_write_options config;
+ struct reftable_write_options opts;
struct reftable_reader **readers;
size_t readers_len;