aboutsummaryrefslogtreecommitdiff
path: root/src/dirax.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-03-03 18:07:18 +0100
committerThomas White <taw@physics.org>2010-03-03 18:07:18 +0100
commitc45f0644bf8ce3f50c6c59332db2675644662b8e (patch)
treeb602befa304494ae458f8af89fd26013896dad39 /src/dirax.c
parent46a7ae42f1261a4aa0882af958ec93cc2e8d9610 (diff)
Add missing newline
Diffstat (limited to 'src/dirax.c')
-rw-r--r--src/dirax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dirax.c b/src/dirax.c
index 8a6f05fd..893b21fb 100644
--- a/src/dirax.c
+++ b/src/dirax.c
@@ -57,7 +57,7 @@ static void dirax_parseline(const char *line, struct image *image)
free(copy);
if ( strstr(line, "reflections from file") ) {
- ERROR("DirAx can't understand this data.");
+ ERROR("DirAx can't understand this data.\n");
return;
}