aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/index.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-03-22 09:35:45 +0100
committerThomas White <taw@physics.org>2021-03-22 09:35:45 +0100
commit214564b240fd2f54203bec72551af130ca3b4a92 (patch)
tree31396e91b5567821cde4a393e813073e16f21612 /libcrystfel/src/index.c
parent6a4d681da9ac355b3b8d73861a6dcb5bc42ef2ba (diff)
FromFile indexer: Fix prototype
Diffstat (limited to 'libcrystfel/src/index.c')
-rw-r--r--libcrystfel/src/index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/index.c b/libcrystfel/src/index.c
index 0ce9e2a2..7097a94a 100644
--- a/libcrystfel/src/index.c
+++ b/libcrystfel/src/index.c
@@ -641,7 +641,7 @@ static int try_indexer(struct image *image, IndexingMethod indm,
case INDEXING_FILE :
set_last_task(last_task, "indexing:file");
- r = fromfile_index(image, mpriv, 0);
+ r = fromfile_index(image, mpriv);
break;
case INDEXING_FELIX :