diff --git a/utf8.c b/utf8.c index 90ec77026412..d72929cee552 100644 --- a/utf8.c +++ b/utf8.c @@ -2240,7 +2240,7 @@ Perl_utf8_to_uv_msgs_helper_(const U8 * const s0, * function */ assert(0); - message = Perl_form(aTHX_ "%s (empty string)", malformed_text); + message = Perl_form(aTHX_ "%s: (empty string)", malformed_text); break; case UTF8_GOT_CONTINUATION: