From 46411f863c26ff85c48b97939502007610c95398 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Mon, 13 Sep 2010 21:21:57 +0200 Subject: Remove wrong semicolon in macro definition Macros normally should not end with a semicolon, otherwise their usage results in two statements where only one statement was expected. Signed-off-by: Stefan Weil Signed-off-by: Edgar E. Iglesias --- tests/cris/check_swap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/cris/check_swap.c b/tests/cris/check_swap.c index 743cfc54d..824a68551 100644 --- a/tests/cris/check_swap.c +++ b/tests/cris/check_swap.c @@ -41,7 +41,7 @@ do { \ cris_tst_mov_cc(n, z); \ if (r != expected) \ err(); \ -} while(0); +} while(0) void check_swap(void) { -- cgit v1.2.3