mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-04 18:04:13 +08:00
mdbx++: fix minor comment typo.
Change-Id: Ic169523218b366be0688ab92b76c4120df829ba3
This commit is contained in:
parent
c588af6aca
commit
a6acc9d1a3
@ -683,7 +683,7 @@ static inline uint64_t bswap64(uint64_t v) noexcept {
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
#endif /* __BYTE_ORDER__ */
|
#endif /* __BYTE_ORDER__ */
|
||||||
#endif /* ifdef bswap64 */
|
#endif /* ifndef bswap64 */
|
||||||
|
|
||||||
static inline char b58_8to11(uint64_t &v) noexcept {
|
static inline char b58_8to11(uint64_t &v) noexcept {
|
||||||
const unsigned i = unsigned(v % 58);
|
const unsigned i = unsigned(v % 58);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user