diff options
Diffstat (limited to 'src/H5I.c')
-rw-r--r-- | src/H5I.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -170,7 +170,7 @@ H5I_term_interface(intn status) H5I_type_t grp; if (interface_initialize_g>0) { - for (grp=0; grp<H5I_NGROUPS; grp++) { + for (grp=(H5I_type_t)0; grp<H5I_NGROUPS; grp++) { /* * Destroy each group regardless of reference count. This removes * any objects which might still be defined in the group. Then |