aboutsummaryrefslogtreecommitdiff
path: root/src/reflist.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-02-12 15:25:09 -0800
committerThomas White <taw@physics.org>2012-02-22 15:27:14 +0100
commit24b38f3df87bcc24832c32c8649cde3d22b5e119 (patch)
tree7b654342fb47be575d417de88fcdded43c2bad5a /src/reflist.c
parent4d4d8e549411cfc9361e3746ba60db130db46f07 (diff)
Tidy up, and set intensities correctly
Diffstat (limited to 'src/reflist.c')
-rw-r--r--src/reflist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reflist.c b/src/reflist.c
index e9aedaaf..aab8950a 100644
--- a/src/reflist.c
+++ b/src/reflist.c
@@ -53,7 +53,7 @@ struct _reflection {
struct _reflection *child[2]; /* Child nodes */
struct _reflection *parent; /* Parent node */
struct _reflection *next; /* Next and previous in doubly linked */
- struct _reflection *prev; /* list of duplicate reflections */
+ struct _reflection *prev; /* list of duplicate reflections */
/* Payload */
struct _refldata data;