aboutsummaryrefslogtreecommitdiff
path: root/graphics/fonts/macfont.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/fonts/macfont.cpp')
-rw-r--r--graphics/fonts/macfont.cpp6
1 files changed, 3 insertions, 3 deletions
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
}
}