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 afe031a..02a3852 100644
--- a/src/H5E.c
+++ b/src/H5E.c
@@ -100,6 +100,7 @@ static const H5E_minor_mesg_t H5E_minor_mesg_g[] = {
{H5E_COMPLEN, "Name component is too long"},
{H5E_CWG, "Problem with current working group"},
{H5E_LINK, "Link count failure"},
+ {H5E_SLINK, "Symbolic link error"},
};
/* Interface initialization? */