while(0); -> while (0) in multiline macro
This commit is contained in:
parent
1a3c917f9d
commit
bfe1239a78
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user