From a98d3832d9d08eae63f48008466f7ecbdfca16bf Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 7 Jan 2020 22:00:23 +0100 Subject: GRAPHICS: FONTS: Fix warnings --- graphics/fonts/macfont.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'graphics/fonts/macfont.cpp') diff --git a/graphics/fonts/macfont.cpp b/graphics/fonts/macfont.cpp index 730229c750..50635fda47 100644 --- a/graphics/fonts/macfont.cpp +++ b/graphics/fonts/macfont.cpp @@ -524,7 +524,7 @@ MacFONTFont *MacFONTFont::scaleFont(const MacFONTFont *src, int newSize, bool bo #if DEBUGSCALING if (i == ccc) - debug(""); + debugN("\n"); #endif } } @@ -583,7 +583,7 @@ MacFONTFont *MacFONTFont::scaleFont(const MacFONTFont *src, int newSize, bool bo debugN("%c", srcRow[bitmapOffset / 8] & (1 << (7 - (bitmapOffset % 8))) ? '*' : '.'); } - debug(""); + debugN("\n"); } #endif @@ -637,7 +637,7 @@ static void magnifyGray(Surface *src, int *dstGray, int width, int height, float #if DEBUGSCALING if (dododo) - debug(""); + debugN("\n"); #endif } } -- cgit v1.2.3