Skip to content

Commit

Permalink
l is not ;
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrush committed Mar 15, 2021
1 parent f9cb72c commit dc88f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/relay/conduit_relay_io_hdf5.cpp
Expand Up @@ -2788,7 +2788,7 @@ read_hdf5_tree_into_conduit_node(hid_t hdf5_id,
#if H5_VERSION_GE(1, 12, 0)
herr_t h5_status = H5Oget_info(hdf5_id,&h5_info_buf,H5P_DEFAULT);
#else
herr_t h5_status = H5Oget_info(hdf5_id,&h5_info_buf)l
herr_t h5_status = H5Oget_info(hdf5_id,&h5_info_buf);
#endif


Expand Down

0 comments on commit dc88f0a

Please sign in to comment.