diff options
Diffstat (limited to 'src/string.c')
-rw-r--r-- | src/string.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string.c b/src/string.c index 1b9bb64a..77cd0191 100644 --- a/src/string.c +++ b/src/string.c @@ -75,6 +75,8 @@ serd_strerror(const SerdStatus status) return "Invalid or unresolved URI"; case SERD_BAD_WRITE: return "Error writing to file"; + case SERD_BAD_DATA: + return "Invalid data"; } return "Unknown error"; |