aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/process_hkl.c2
-rw-r--r--tests/cellcompare_check.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/process_hkl.c b/src/process_hkl.c
index 53379243..63c24912 100644
--- a/src/process_hkl.c
+++ b/src/process_hkl.c
@@ -774,7 +774,7 @@ int main(int argc, char *argv[])
}
if ( config_evenonly && config_oddonly ) {
- ERROR("Don't specify both --even-only and --odd-only\n")
+ ERROR("Don't specify both --even-only and --odd-only\n");
return 1;
}
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);