From 3022757e31b93542f332bcc1c323f63a853b7912 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 18 Mar 2020 11:26:47 +0100 Subject: Add a couple of missing semicolons Not previously noticed because ERROR and STATUS were macros --- tests/cellcompare_check.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/cellcompare_check.c b/tests/cellcompare_check.c index beb1d844..129fa367 100644 --- a/tests/cellcompare_check.c +++ b/tests/cellcompare_check.c @@ -243,7 +243,7 @@ static void yaro_test() RationalMatrix *m = NULL; cmatch = compare_reindexed_cell_parameters(cell, reference, dtols, &m); - STATUS("The new match:\n") + STATUS("The new match:\n"); cell_print(cmatch); STATUS("The matrix:\n"); rtnl_mtx_print(m); -- cgit v1.2.3