From c7e6a867f42f50dd50efc4e5ba834203568f90fd Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Tue, 12 Mar 2019 11:57:04 +0800 Subject: [PATCH] cleanup --- src/font/unicode-bidi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/font/unicode-bidi.c b/src/font/unicode-bidi.c index 3c3c82fa..55bc9d1a 100644 --- a/src/font/unicode-bidi.c +++ b/src/font/unicode-bidi.c @@ -1616,7 +1616,7 @@ BidiLevel UBidiReorderLine(Uint32 flags, /* L1. Reset the embedding levels of some chars: 4. any sequence of white space characters at the end of the line. */ - _DBG_PRINTF ("%s: L1. Reset the embedding levels of some chars:" + _DBG_PRINTF ("%s: L1. Reset the embedding levels of some chars:\n" "4. any sequence of white space characters at the end of the line.\n", __FUNCTION__);