aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2013-05-10 11:15:55 +0200
committerThomas White <taw@physics.org>2013-05-10 11:15:55 +0200
commit130e0c7d389d882faa1cb20d47d4c93de6c4630c (patch)
tree6b2c738cb9113443edb6ad5454015cd07c6eed4b /libcrystfel
parent47e0485522fa593ca54c61f39183dd204638c693 (diff)
Fix declaration for dummy reax_index()
Diffstat (limited to 'libcrystfel')
-rw-r--r--libcrystfel/src/reax.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/reax.h b/libcrystfel/src/reax.h
index 657a2cdf..f1c57e6c 100644
--- a/libcrystfel/src/reax.h
+++ b/libcrystfel/src/reax.h
@@ -61,7 +61,7 @@ static void reax_cleanup(IndexingPrivate *pp)
{
}
-static void reax_index(struct image *image, IndexingPrivate *p)
+static int reax_index(struct image *image, IndexingPrivate *p)
{
}