mirror of
https://github.com/openssl/openssl.git
synced 2024-12-20 07:23:54 +08:00
TEST_check macro: don't end with semi
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
5e28b1c1e0
commit
ffd3d0ef34
@ -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 New Issue
Block a user