From a1bc03b611b0a2f3c780ea63337156217b134d3d Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 30 May 2013 10:17:45 -0700 Subject: Fix dummy ReAx prototype (again) --- libcrystfel/src/reax.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { } -- cgit v1.2.3