aboutsummaryrefslogtreecommitdiff
path: root/bin/ed/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ed/main.c')
-rw-r--r--bin/ed/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ed/main.c b/bin/ed/main.c
index bea272494ad0..8e5f2211ed6c 100644
--- a/bin/ed/main.c
+++ b/bin/ed/main.c
@@ -824,11 +824,11 @@ exec_command(void)
GET_COMMAND_SUFFIX();
#ifdef DES
des = get_keyword();
+ break;
#else
errmsg = "crypt unavailable";
return ERR;
#endif
- break;
case 'z':
#ifdef BACKWARDS
if (check_addr_range(first_addr = 1, current_addr + 1) < 0)