Skip to content

Commit

Permalink
Fixed syntax in bag_dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonypapetti committed Nov 14, 2024
1 parent 816c4d2 commit d9535fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/bag_dataset.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1075,7 +1075,8 @@ hid_t GopenProtector2(hid_t loc_id, const char *name, hid_t dapl_id) {
id = -1;
}
return id;

}

void handleAbrt(int signum) {
std::cerr << "\nUnrecoverable HDF5 Error \n";
exit(signum);
Expand Down

0 comments on commit d9535fe

Please sign in to comment.