Skip to content

Commit de3e556

Browse files
committed
Merge branch 'semantic-versioning-update' of https://github.com/lrknox/hdf5 into semantic-versioning-update
2 parents 3430a90 + 1bad14f commit de3e556

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/H5.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -823,8 +823,8 @@ H5get_libversion(unsigned *majnum /*out*/, unsigned *minnum /*out*/, unsigned *r
823823
"linked with a different version of static or shared HDF5 library.\n" \
824824
"You should recompile the application or check your shared library related\n" \
825825
"settings such as 'LD_LIBRARY_PATH'.\n"
826-
#define MINOR_VERSION_MISMATCH_WARNING \
827-
"Warning! ***HDF5 library minor version mismatched error***\n" \
826+
#define MINOR_VERSION_MISMATCH_WARNING \
827+
"Warning! ***HDF5 library minor version mismatched error***\n" \
828828
"The HDF5 header files used to compile this application are not compatible with\n" \
829829
"the version used by the HDF5 library to which this application is linked.\n" \
830830
"Data corruption or segmentation faults may occur if the application continues.\n" \
@@ -842,7 +842,7 @@ H5_check_version(unsigned majnum, unsigned minnum, unsigned relnum)
842842
static unsigned int disable_version_check = 0; /* Set if the version check should be disabled */
843843
static const char *version_mismatch_warning = VERSION_MISMATCH_WARNING;
844844
static const char *minor_version_mismatch_warning = MINOR_VERSION_MISMATCH_WARNING;
845-
herr_t ret_value = SUCCEED; /* Return value */
845+
herr_t ret_value = SUCCEED; /* Return value */
846846

847847
FUNC_ENTER_NOAPI_NOINIT_NOERR
848848

0 commit comments

Comments
 (0)