mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Fix a typo.
This commit is contained in:
parent
f9a866956b
commit
985518b80a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue