fix typo in c_simple_example
Summary: fix typo Test Plan: none Reviewers: tfarina, igor Reviewed By: tfarina, igor Subscribers: dhruba, leveldb Differential Revision: https://reviews.facebook.net/D37347
This commit is contained in:
parent
ea6d3a8ac0
commit
32198343ff
@ -27,7 +27,7 @@ int main(int argc, char **argv) {
|
|||||||
db = rocksdb_open(options, DBPath, &err);
|
db = rocksdb_open(options, DBPath, &err);
|
||||||
assert(!err);
|
assert(!err);
|
||||||
|
|
||||||
// open Backup Engine that we will use for backing up or database
|
// open Backup Engine that we will use for backing up our database
|
||||||
be = rocksdb_backup_engine_open(options, DBBackupPath, &err);
|
be = rocksdb_backup_engine_open(options, DBBackupPath, &err);
|
||||||
assert(!err);
|
assert(!err);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user