summaryrefslogtreecommitdiffstatshomepage
path: root/src/build/png2bdc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/build/png2bdc.c')
-rw-r--r--src/build/png2bdc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/png2bdc.c b/src/build/png2bdc.c
index 7c53e54cfb1..1ee75c4d763 100644
--- a/src/build/png2bdc.c
+++ b/src/build/png2bdc.c
@@ -348,7 +348,7 @@ static int bitmap_to_chars(bitmap_t *bitmap, render_font *font)
if (ch->width <= 0)
{
/* print info */
-// printf(" Character %X - width = %d\n", chstart, colend - colstart + 1);
+// printf(" Character %X - width = %d\n", chstart, colend - colstart + 1);
/* allocate a bitmap */
ch->bitmap = bitmap_alloc(colend - colstart + 1, font->height, BITMAP_FORMAT_ARGB32);