diff options
-rw-r--r-- | libcrystfel/src/reax.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/reax.h b/libcrystfel/src/reax.h index 1b96bd5d..1c10a96a 100644 --- a/libcrystfel/src/reax.h +++ b/libcrystfel/src/reax.h @@ -61,7 +61,7 @@ static void reax_cleanup(IndexingPrivate *pp) { } -static int reax_index(IndexingPrivate *pp, struct image *image); +static int reax_index(IndexingPrivate *pp, struct image *image) { } |