From 5c08c82362658b019c44289a1c1a24a804bd8bcc Mon Sep 17 00:00:00 2001 From: imp Date: Thu, 17 Aug 2006 23:00:33 +0000 Subject: while(0); -> while (0) in multiline macro --- bin/ed/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.1