diff options
| author | Pieter Wuille <[email protected]> | 2014-10-16 12:23:50 -0700 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2014-10-16 12:23:50 -0700 |
| commit | 5b9f8425a515739e2149bf5bfb2ae6ed60bfbaf2 (patch) | |
| tree | bacc7dd4d2f77da27499000d6f12655a3f6463f3 /src/leveldb/db/dbformat.h | |
| parent | Merge pull request #5082 (diff) | |
| parent | Squashed 'src/leveldb/' changes from 7924331..7d41e6f (diff) | |
| download | discoin-5b9f8425a515739e2149bf5bfb2ae6ed60bfbaf2.tar.xz discoin-5b9f8425a515739e2149bf5bfb2ae6ed60bfbaf2.zip | |
Merge src/leveldb changes for LevelDB 1.18.
Diffstat (limited to 'src/leveldb/db/dbformat.h')
| -rw-r--r-- | src/leveldb/db/dbformat.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/leveldb/db/dbformat.h b/src/leveldb/db/dbformat.h index 5d8a032bd..ea897b13c 100644 --- a/src/leveldb/db/dbformat.h +++ b/src/leveldb/db/dbformat.h @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. See the AUTHORS file for names of contributors. -#ifndef STORAGE_LEVELDB_DB_FORMAT_H_ -#define STORAGE_LEVELDB_DB_FORMAT_H_ +#ifndef STORAGE_LEVELDB_DB_DBFORMAT_H_ +#define STORAGE_LEVELDB_DB_DBFORMAT_H_ #include <stdio.h> #include "leveldb/comparator.h" @@ -227,4 +227,4 @@ inline LookupKey::~LookupKey() { } // namespace leveldb -#endif // STORAGE_LEVELDB_DB_FORMAT_H_ +#endif // STORAGE_LEVELDB_DB_DBFORMAT_H_ |