aboutsummaryrefslogtreecommitdiffstats
path: root/src/string.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/string.c')
-rw-r--r--src/string.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string.c b/src/string.c
index f232acfa..d2ccea14 100644
--- a/src/string.c
+++ b/src/string.c
@@ -51,6 +51,8 @@ serd_strerror(SerdStatus status)
return "Invalid CURIE";
case SERD_ERR_INTERNAL:
return "Internal error";
+ case SERD_ERR_OVERFLOW:
+ return "Stack overflow";
default:
break;
}