aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2014-11-09 05:58:19 +0100
committerThomas White <taw@physics.org>2014-11-09 05:58:19 +0100
commitd7f3262f6de5f3859e88cbda3b42fdc056d447ce (patch)
tree633a7410a8d93c56e6b5c25bdaaaec9dbcdb1ff1
parent51826f9c931430bd6253e1dc3d9a531e728a50ff (diff)
Fix brackets
-rw-r--r--libcrystfel/src/detector.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/detector.c b/libcrystfel/src/detector.c
index 72b72f08..9533e264 100644
--- a/libcrystfel/src/detector.c
+++ b/libcrystfel/src/detector.c
@@ -1284,7 +1284,7 @@ struct detector *get_detector_geometry(const char *filename,
if ( (beam != NULL) && (beam->photon_energy < -0.5) ) {
STATUS("Photon energy must be specified (note: this is now "
- "done in the 'geometry' file.\n");
+ "done in the 'geometry' file)\n");
reject = 1;
}