diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-11 15:55:02 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-12 08:43:14 +0200 |
commit | 539c75b910f518a1fe51e9a21f6368a91c69ed88 (patch) | |
tree | 8e6b0c4334960d20c6faa2466be62f86a6b93222 /vcl/source/fontsubset | |
parent | c59804173be99e5ee922d859271c6660695d0ade (diff) |
strip some linefeeds from the end of debug output
Change-Id: I2821969d86b7f8cee53404e6a0acfbebbe53b3ac
Reviewed-on: https://gerrit.libreoffice.org/39824
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/source/fontsubset')
-rw-r--r-- | vcl/source/fontsubset/ttcr.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/fontsubset/ttcr.cxx b/vcl/source/fontsubset/ttcr.cxx index a29dd9f61944..c19be66d9235 100644 --- a/vcl/source/fontsubset/ttcr.cxx +++ b/vcl/source/fontsubset/ttcr.cxx @@ -1103,7 +1103,7 @@ int GetRawData(TrueTypeTable *_this, sal_uInt8 **ptr, sal_uInt32 *len, sal_uInt3 } } - assert(!"Unknown TrueType table.\n"); + assert(!"Unknown TrueType table."); return TTCR_UNKNOWN; } @@ -1491,7 +1491,7 @@ extern "C" return; } } - assert(!"Unknown TrueType table.\n"); + assert(!"Unknown TrueType table."); } } |