Skip to content

Commit

Permalink
Update tsdsprops.c
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins authored Mar 9, 2024
1 parent 0ccc5e6 commit 8d667c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mfhdf/test/tsdsprops.c
Original file line number Diff line number Diff line change
Expand Up @@ -1157,6 +1157,9 @@ test_unlim_fillvalue()
/* close file FILE1 */
status = SDend(f1);
CHECK(status, FAIL, "SDend");

/* Return the number of errors that's been kept track of so far */
return num_errs;
}

/* Test driver for testing various SDS' properties. */
Expand Down

0 comments on commit 8d667c9

Please sign in to comment.