mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
chore: fix typo in H5pubconf.h.in (#6368)
Remove `R` at the end from `#cmakedefine WORDS_BIGENDIAN @H5_WORDS_BIGENDIANR@`.
This commit is contained in:
+1
-1
@@ -653,7 +653,7 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#cmakedefine WORDS_BIGENDIAN @H5_WORDS_BIGENDIANR@
|
||||
#cmakedefine WORDS_BIGENDIAN @H5_WORDS_BIGENDIAN@
|
||||
|
||||
/* Number of bits in a file offset, on hosts where this is settable. */
|
||||
#cmakedefine H5__FILE_OFFSET_BITS
|
||||
|
||||
Reference in New Issue
Block a user