diff options
Diffstat (limited to 'tools/h5repack/h5repack_opttable.c')
-rw-r--r-- | tools/h5repack/h5repack_opttable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/h5repack_opttable.c b/tools/h5repack/h5repack_opttable.c index b7019eb..f9d42b7 100644 --- a/tools/h5repack/h5repack_opttable.c +++ b/tools/h5repack/h5repack_opttable.c @@ -272,7 +272,7 @@ int options_add_comp( obj_list_t *obj_list, *------------------------------------------------------------------------- */ -pack_info_t* options_get_object( char *path, +pack_info_t* options_get_object( const char *path, pack_opttbl_t *table ) { int i; |