Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Quincey Koziol <[email protected]>
  • Loading branch information
qkoziol committed Oct 3, 2024
1 parent 82ab8d1 commit 552ad72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/H5FDros3.c
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ H5FD__ros3_register(void)

FUNC_ENTER_PACKAGE

if (H5I_VFL != H5I_get_type(H5FD_ROS3_g))
if (H5I_VFL != H5I_get_type(H5FD_ROS3_id_g))
if ((H5FD_ROS3_id_g = H5FD_register(&H5FD_ros3_g, sizeof(H5FD_class_t), false)) < 0)
HGOTO_ERROR(H5E_VFL, H5E_CANTREGISTER, FAIL, "unable to register ros3 driver");

Expand Down

0 comments on commit 552ad72

Please sign in to comment.