From ffd3d0ef34aac46c06379cc50d38c5c0324c3d4c Mon Sep 17 00:00:00 2001 From: Emilia Kasper Date: Tue, 1 Nov 2016 15:12:32 +0100 Subject: [PATCH] TEST_check macro: don't end with semi Reviewed-by: Rich Salz --- test/testutil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testutil.h b/test/testutil.h index 14b7b09800..68d202adb1 100644 --- a/test/testutil.h +++ b/test/testutil.h @@ -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) -- 2.34.1