aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 9712c7a6..e51878d9 100644
--- a/libcrystfel/src/image.c
+++ b/libcrystfel/src/image.c
@@ -609,5 +609,6 @@ ImageFeatureList *image_read_peaks(const DataTemplate *dtempl,
struct event_list *image_expand_frames(const DataTemplate *dtempl,
const char *filename)
{
+ /* FIXME: Dispatch to other versions, e.g. CBF files */
return image_hdf5_expand_frames(dtempl, filename);
}