summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--string.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/string.c b/string.c
index 37dca19aa7..b879e417b8 100644
--- a/string.c
+++ b/string.c
@@ -268,9 +268,9 @@ void
rb_debug_rstring_null_ptr(const char *func)
{
fprintf(stderr, "%s is returning NULL!! "
- "SIGSEGV is highly expected to follow immediately. "
+ "SIGSEGV is highly expected to follow immediately.\n"
"If you could reproduce, attach your debugger here, "
- "and look at the passed string.",
+ "and look at the passed string.\n",
func);
}