sw_engine log: adding missed line wrap.

This commit is contained in:
Hermet Park 2020-12-21 18:38:12 +09:00
parent 4c66018c97
commit 849ed12050

View file

@ -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
}