diff --git a/ext/v8/rr.cpp b/ext/v8/rr.cpp index e204e68..6b1c11f 100644 --- a/ext/v8/rr.cpp +++ b/ext/v8/rr.cpp @@ -143,10 +143,10 @@ Handle rr_rb2v8(VALUE value) { // case T_SCOPE: (not in 1.9) case T_NODE: default: - rb_warn("unknown conversion to V8 for: %s
", RSTRING_PTR(rb_inspect(value))); + rb_warn("unknown conversion to V8 for: %s", RSTRING_PTR(rb_inspect(value))); return String::New("Undefined Conversion"); } - + return Undefined(); } // VALUE rr_v82rb(v8::ScriptData *data) {