TEST_check macro: don't end with semi

Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
Emilia Kasper 2016-11-01 15:12:32 +01:00
parent 5e28b1c1e0
commit ffd3d0ef34

View file

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