summaryrefslogtreecommitdiffstats
path: root/bin/ed
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ed')
-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 807a3cc..2273c95 100644
--- a/bin/ed/main.c
+++ b/bin/ed/main.c
@@ -292,7 +292,7 @@ extract_addr_range(void)
errmsg = "invalid address"; \
return ERR; \
} \
-} while (0);
+} while (0)
/* next_addr: return the next line address in the command buffer */
long
OpenPOWER on IntegriCloud