diff --git a/src/error.c b/src/error.c index a8a46503..9956089f 100644 --- a/src/error.c +++ b/src/error.c @@ -58,6 +58,8 @@ SR_API const char *sr_strerror(int error_code) */ switch (error_code) { + case SR_OK_CONTINUE: + return "not enough data to decide error status yet"; case SR_OK: return "no error"; case SR_ERR: