diff options
author | Thomas White <taw@physics.org> | 2013-05-30 10:17:45 -0700 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-05-30 10:17:45 -0700 |
commit | a1bc03b611b0a2f3c780ea63337156217b134d3d (patch) | |
tree | d09642285d1f5f2a38f078ce393c65c4d6573e38 /libcrystfel | |
parent | 06d18d4fe84ea1c28ba6e0a40b230a454f1852f0 (diff) |
Fix dummy ReAx prototype (again)
Diffstat (limited to 'libcrystfel')
-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) { } |