aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-05-12 17:29:12 +0200
committerThomas White <taw@physics.org>2021-05-12 17:29:12 +0200
commitb39254e37f0567c4325772878dc27add58d56be0 (patch)
treeb07230ff26e797bb443c1753b58d0eb13473db19
parentff7386623366bdc40bb2de7bbfdb4fee038f1071 (diff)
Fussiness
-rw-r--r--libcrystfel/src/image.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/src/image.c b/libcrystfel/src/image.c
index 97112fa3..996d1554 100644
--- a/libcrystfel/src/image.c
+++ b/libcrystfel/src/image.c
@@ -439,6 +439,7 @@ int image_read_header_float(struct image *image, const char *from, double *val)
}
}
+
static double get_value(struct image *image, const char *from,
int *is_literal_number)
{