[kdbus] KDBUS_ITEM_PAYLOAD_OFF items are (once again) relative to msg header
[platform/upstream/glib.git] / tests / bit-test.c
index 230c852..173a09b 100644 (file)
@@ -81,7 +81,7 @@ naive_bit_nth_msf (gulong mask, gint   nth_bit)
 static guint
 naive_bit_storage (gulong number)
 {
-  register guint n_bits = 0;
+  guint n_bits = 0;
   
   do
     {