aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/align_detector.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/align_detector.c b/src/align_detector.c
index 49d3afac..e17ef107 100644
--- a/src/align_detector.c
+++ b/src/align_detector.c
@@ -371,7 +371,7 @@ int main(int argc, char *argv[])
return 1;
}
- STATUS("Millepede succeeded.\n");
+ STATUS("Millepede succeeded.\n\n");
fh = fopen("millepede.res", "r");
if ( fh == NULL ) {