From b85be4dadff2ae755c368400d15318258d0428a5 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 13 Mar 2012 08:30:52 +0100 Subject: Fix strange behaviour of add_refl_to_list() --- libcrystfel/src/reflist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcrystfel/src/reflist.h') diff --git a/libcrystfel/src/reflist.h b/libcrystfel/src/reflist.h index c9bb8f0d..246ef885 100644 --- a/libcrystfel/src/reflist.h +++ b/libcrystfel/src/reflist.h @@ -114,7 +114,7 @@ extern void set_symmetric_indices(Reflection *refl, /* Insertion */ extern Reflection *add_refl(RefList *list, signed int h, signed int k, signed int l); -extern Reflection *add_refl_to_list(Reflection *refl, RefList *list); +extern void add_refl_to_list(Reflection *refl, RefList *list); /* Iteration */ extern Reflection *first_refl(RefList *list, RefListIterator **piter); -- cgit v1.2.3