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 b5904c84..4c6a1135 100644
--- a/src/string.c
+++ b/src/string.c
@@ -64,6 +64,8 @@ serd_strerror(SerdStatus status)
return "Error writing to file";
case SERD_ERR_BAD_CALL:
return "Invalid call";
+ case SERD_ERR_BAD_URI:
+ return "Invalid or unresolved URI";
default:
break;
}