aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2012-10-12 13:47:36 +0200
committerThomas White <taw@physics.org>2012-10-12 13:47:36 +0200
commit8912553f7b86e7bda6c8a576615807489d85bfc0 (patch)
tree408853ee4756e389b6c5a89603451a2d718d8875
parent5018c8eff5a1ce350aa80946707e69e032b249a8 (diff)
Add missing newlines
-rw-r--r--src/compare_hkl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compare_hkl.c b/src/compare_hkl.c
index eaef8846..e8ee0ac1 100644
--- a/src/compare_hkl.c
+++ b/src/compare_hkl.c
@@ -794,12 +794,12 @@ int main(int argc, char *argv[])
if ( config_ignorenegs && (nneg > 0) ) {
STATUS("Discarded %i reflection pairs because either or both"
- " versions had negative intensities.", nneg);
+ " versions had negative intensities.\n", nneg);
}
if ( config_zeronegs && (nneg > 0) ) {
STATUS("For %i reflection pairs, either or both versions had"
- " negative intensities which were set to zero.", nneg);
+ " negative intensities which were set to zero.\n", nneg);
}
if ( nres > 0 ) {