summaryrefslogtreecommitdiff
path: root/cont.c
diff options
context:
space:
mode:
Diffstat (limited to 'cont.c')
-rw-r--r--cont.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cont.c b/cont.c
index 10f418db57..ad2c358264 100644
--- a/cont.c
+++ b/cont.c
@@ -17,7 +17,7 @@
enum context_type {
CONTINUATION_CONTEXT = 0,
FIBER_CONTEXT = 1,
- ROOT_FIBER_CONTEXT = 2,
+ ROOT_FIBER_CONTEXT = 2
};
typedef struct rb_context_struct {