aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
diff options
context:
space:
mode:
authorValerio Mariani <valerio.mariani@desy.de>2015-02-13 17:15:29 +0100
committerThomas White <taw@physics.org>2015-02-16 15:16:07 +0100
commit41baa14f48de7a0fc0766ccdcbd71f2d3869b0b7 (patch)
treedd71d12cf7766dc49411acf0b0d9655e9b8280ce /libcrystfel
parent8e869cca52f5fabd9cd6c3e27b5ce1119d8c19cd (diff)
Event navigation and improved menu bar in hdfsee
Diffstat (limited to 'libcrystfel')
-rw-r--r--libcrystfel/src/detector.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libcrystfel/src/detector.c b/libcrystfel/src/detector.c
index e7d53343..c9fb0431 100644
--- a/libcrystfel/src/detector.c
+++ b/libcrystfel/src/detector.c
@@ -2033,7 +2033,6 @@ int write_detector_geometry_2(const char *geometry_filename,
fh = fopen(output_filename, "w");
if ( fh == NULL ) {
- fclose(fh);
return 1;
}