diff --git a/vm/debug.c b/vm/debug.c index db8e60c781..909cc8f710 100755 --- a/vm/debug.c +++ b/vm/debug.c @@ -129,7 +129,7 @@ void print_nested_obj(CELL obj, F_FIXNUM nesting) print_string(" ]"); break; default: - print_string("#"); break; } }