summaryrefslogtreecommitdiffstats
path: root/src/polyp/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/polyp/error.c')
-rw-r--r--src/polyp/error.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/polyp/error.c b/src/polyp/error.c
index 3f3e637f..e78d072e 100644
--- a/src/polyp/error.c
+++ b/src/polyp/error.c
@@ -49,6 +49,7 @@ static const char* const errortab[PA_ERR_MAX] = {
[PA_ERR_BADSTATE] = "Bad state",
[PA_ERR_NODATA] = "No data",
[PA_ERR_VERSION] = "Incompatible protocol version",
+ [PA_ERR_TOOLARGE] = "Too large"
};
const char*pa_strerror(int error) {