From 849ed120507f05710b54183756239b123a1667ae Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Mon, 21 Dec 2020 18:38:12 +0900 Subject: [PATCH] sw_engine log: adding missed line wrap. --- src/lib/sw_engine/tvgSwRle.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/sw_engine/tvgSwRle.cpp b/src/lib/sw_engine/tvgSwRle.cpp index c0b7653c..352e42c2 100644 --- a/src/lib/sw_engine/tvgSwRle.cpp +++ b/src/lib/sw_engine/tvgSwRle.cpp @@ -946,7 +946,7 @@ void rleClipPath(SwRleData *rle, const SwRleData *clip) if (spans) free(spans); #ifdef THORVG_LOG_ENABLED - printf("SW_ENGINE: Using ClipPath!"); + printf("SW_ENGINE: Using ClipPath!\n"); #endif } @@ -963,7 +963,7 @@ void rleClipRect(SwRleData *rle, const SwBBox* clip) if (spans) free(spans); #ifdef THORVG_LOG_ENABLED - printf("SW_ENGINE: Using ClipRect!"); + printf("SW_ENGINE: Using ClipRect!\n"); #endif }