mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-14 03:54:25 +00:00
sw_engine log: adding missed line wrap.
This commit is contained in:
parent
4c66018c97
commit
849ed12050
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue