diff options
author | Thomas White <taw@physics.org> | 2020-03-18 11:26:47 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-07-29 18:42:57 +0200 |
commit | 3022757e31b93542f332bcc1c323f63a853b7912 (patch) | |
tree | e54017a1ffd0216bbce405b71c78452f4f7d771f /tests | |
parent | 2a9d0dc3cfd239d8e2e8b3e4ef93a274a872b196 (diff) |
Add a couple of missing semicolons
Not previously noticed because ERROR and STATUS were macros
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); |