Fix a typo.

This commit is contained in:
Roman Divacky 2012-11-11 10:45:21 +00:00
parent f9a866956b
commit 985518b80a

View File

@ -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); \