summaryrefslogtreecommitdiffstats
path: root/src/H5E.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5E.c')
-rw-r--r--src/H5E.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5E.c b/src/H5E.c
index eb8f17a..0607725 100644
--- a/src/H5E.c
+++ b/src/H5E.c
@@ -93,6 +93,7 @@ static const H5E_minor_mesg_t H5E_minor_mesg_g[] = {
{H5E_ALREADYEXISTS, "Object already exists"},
{H5E_CANTLOCK, "Unable to lock object"},
{H5E_CANTUNLOCK, "Unable to unlock object"},
+ {H5E_CANTGC, "Unable to garbage collect"},
/* File accessability errors */
{H5E_FILEEXISTS, "File already exists"},