aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}