aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-01-14 17:34:05 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:11 +0100
commit0ac37d58867aa23d3cab2aab1d45e4d2affd59d0 (patch)
tree420669a928a17bacd7fd234dfc6d04100e46ca4a /src
parent9d3389752cd074534f1d9e2576366c155b563206 (diff)
Don't forget to exit()...
Diffstat (limited to 'src')
-rw-r--r--src/mosflm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mosflm.c b/src/mosflm.c
index 6cf29636..e1e875f7 100644
--- a/src/mosflm.c
+++ b/src/mosflm.c
@@ -290,6 +290,8 @@ void run_mosflm(struct image *image, UnitCell *cell)
return;
}
+ exit(0);
+
}
}
waitpid(pid, &r, 0);