summaryrefslogtreecommitdiffstats
path: root/flow/gsl/gslglib.h
diff options
context:
space:
mode:
Diffstat (limited to 'flow/gsl/gslglib.h')
-rw-r--r--flow/gsl/gslglib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/flow/gsl/gslglib.h b/flow/gsl/gslglib.h
index 1831985..3c3e89e 100644
--- a/flow/gsl/gslglib.h
+++ b/flow/gsl/gslglib.h
@@ -313,7 +313,7 @@ struct _GTrashStack
static inline guint
g_bit_storage (gulong number)
{
- register guint n_bits = 0;
+ guint n_bits = 0;
do
{