TEST_check macro: don't end with semi
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
5e28b1c1e0
commit
ffd3d0ef34
1 changed files with 1 additions and 1 deletions
|
@ -108,4 +108,4 @@ int strings_equal(const char *desc, const char *s1, const char *s2);
|
|||
ERR_print_errors_fp(stderr); \
|
||||
OPENSSL_assert(!#condition); \
|
||||
} \
|
||||
} while (0);
|
||||
} while (0)
|
||||
|
|
Loading…
Reference in a new issue