summaryrefslogtreecommitdiffstats
path: root/src/tsnif.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tsnif.c')
-rw-r--r--src/tsnif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tsnif.c b/src/tsnif.c
index 0ae6d5f..57731f2 100644
--- a/src/tsnif.c
+++ b/src/tsnif.c
@@ -17,7 +17,7 @@ static struct tsnif_handle handle;
static struct tsnif_term term;
static struct tsnif_storage_opts storage_opts = {
- .flags = TSNIF_STORAGE_OPT_WRITE | TSNIF_STORAGE_OPT_WRITE,
+ .flags = TSNIF_STORAGE_OPT_WRITE,
.size_max = 1024*1024,
};
static struct tsnif_storage_handle storage_handle;