summaryrefslogtreecommitdiff
path: root/include/leveldb/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/leveldb/options.h')
-rw-r--r--include/leveldb/options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/leveldb/options.h b/include/leveldb/options.h
index a0afbf2..0d4f6cd 100644
--- a/include/leveldb/options.h
+++ b/include/leveldb/options.h
@@ -23,7 +23,7 @@ enum CompressionType {
// NOTE: do not change the values of existing entries, as these are
// part of the persistent format on disk.
kNoCompression = 0x0,
- kSnappyCompression = 0x1,
+ kSnappyCompression = 0x1
};
// Options to control the behavior of a database (passed to DB::Open)