mdbx: fix typo and endif comment.

Change-Id: Iae7ae3ce55698c1d6f03111b7d1945f3ac4e9394
This commit is contained in:
Leo Yuriev
2017-08-02 15:15:08 +03:00
parent 71822ee6ba
commit 0dc145aa2d
2 changed files with 2 additions and 2 deletions

View File

@@ -214,7 +214,7 @@ typedef pthread_mutex_t mdbx_fastmutex_t;
#error __BYTE_ORDER__ should be defined.
#endif
#endif
#endif
#endif /* __BYTE_ORDER__ || __ORDER_LITTLE_ENDIAN__ || __ORDER_BIG_ENDIAN__ */
#if __BYTE_ORDER__ != __ORDER_LITTLE_ENDIAN__ && \
__BYTE_ORDER__ != __ORDER_BIG_ENDIAN__