diff options
author | Thomas White <taw@physics.org> | 2010-03-03 18:07:18 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-03-03 18:07:18 +0100 |
commit | c45f0644bf8ce3f50c6c59332db2675644662b8e (patch) | |
tree | b602befa304494ae458f8af89fd26013896dad39 | |
parent | 46a7ae42f1261a4aa0882af958ec93cc2e8d9610 (diff) |
Add missing newline
-rw-r--r-- | src/dirax.c | 2 |
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; } |