while(0); -> while (0) in multiline macro

This commit is contained in:
Warner Losh 2006-08-17 23:00:33 +00:00
parent 1a3c917f9d
commit bfe1239a78
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=161427

View File

@ -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