diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/cellcompare_check.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |