mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-22 11:17:19 +00:00
Fix a typo.
This commit is contained in:
parent
f9a866956b
commit
985518b80a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=242890
@ -62,7 +62,7 @@ __FBSDID("$FreeBSD$");
|
||||
* iff the assertion failed. Note the implied parameters buffer and
|
||||
* buflen
|
||||
*/
|
||||
#define XNB_ASSERT(cond) do ( \
|
||||
#define XNB_ASSERT(cond) do { \
|
||||
int passed = (cond); \
|
||||
char *_buffer = (buffer); \
|
||||
size_t _buflen = (buflen); \
|
||||
|
Loading…
Reference in New Issue
Block a user