summaryrefslogtreecommitdiffstats
path: root/flow/gsl/gsloputil.c
diff options
context:
space:
mode:
Diffstat (limited to 'flow/gsl/gsloputil.c')
-rw-r--r--flow/gsl/gsloputil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flow/gsl/gsloputil.c b/flow/gsl/gsloputil.c
index 49e90b6..f4d619c 100644
--- a/flow/gsl/gsloputil.c
+++ b/flow/gsl/gsloputil.c
@@ -273,7 +273,7 @@ const_values_lookup_nextmost (ConstValuesArray *array,
do
{
guint i;
- register gfloat cmp;
+ gfloat cmp;
i = (n_nodes + 1) >> 1;
check = nodes + i;