From 236d787432e486701afd1a3742fd0725add15472 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 18 Nov 2019 13:14:29 -0500 Subject: Remove trailing semi-colon * Makes myassert() calls less confusing --- test/myassert.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/myassert.h b/test/myassert.h index 01e567e..9d62955 100644 --- a/test/myassert.h +++ b/test/myassert.h @@ -8,4 +8,4 @@ message); \ return 1; \ } \ - } while (0); + } while (0) -- cgit