aboutsummaryrefslogtreecommitdiff
path: root/src/cfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cfg.c')
-rw-r--r--src/cfg.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cfg.c b/src/cfg.c
index 8d7b338..2f23f92 100644
--- a/src/cfg.c
+++ b/src/cfg.c
@@ -184,8 +184,6 @@ wrdse_to_ex(int code)
return EX_CONFIG;
case WRDSE_NOSPACE:
return EX_UNAVAILABLE;
- case WRDSE_NOSUPP:
- return EX_SOFTWARE;
}
return EX_UNAVAILABLE;
}

Return to:

Send suggestions and report system problems to the System administrator.