ext/byebug/byebug.c in byebug-2.5.0 vs ext/byebug/byebug.c in byebug-2.6.0
- old
+ new
@@ -9,10 +9,10 @@
static VALUE catchpoints = Qnil;
static VALUE breakpoints = Qnil;
static VALUE tracepoints = Qnil;
/* Implements thread syncronization, we must stop threads when debugging */
-VALUE locker = Qnil;
+VALUE locker = Qnil;
/* Threads table */
VALUE threads = Qnil;
VALUE cThreadsTable;