summaryrefslogtreecommitdiff
path: root/echld/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'echld/common.c')
-rw-r--r--echld/common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/echld/common.c b/echld/common.c
index 7eee1817a3..5670175cb1 100644
--- a/echld/common.c
+++ b/echld/common.c
@@ -73,6 +73,7 @@ static struct _st_map st_map[] = {
{ READING, "READING"},
{ CAPTURING, "CAPTURING"},
{ DONE, "DONE"},
+ { CLOSING, "CLOSING"},
{ CLOSED, "CLOSED"},
{ ERRORED, "ERRORED"},
{0,NULL}