summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/convbdf.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/tools/convbdf.c b/tools/convbdf.c
index 671312e66b..84ee6b26ae 100644
--- a/tools/convbdf.c
+++ b/tools/convbdf.c
@@ -1387,7 +1387,7 @@ int gen_c_source(struct font* pf, char *path)
1387 else 1387 else
1388 sprintf(buf, "0, /* fixed width */"); 1388 sprintf(buf, "0, /* fixed width */");
1389 1389
1390 fprintf(ofp, "/* Exported structure definition. */\n" 1390 fprintf(ofp, "/* Exported structure definition. */\n"
1391 "const struct font sysfont = {\n" 1391 "const struct font sysfont = {\n"
1392 " %d, /* maxwidth */\n" 1392 " %d, /* maxwidth */\n"
1393 " %d, /* height */\n" 1393 " %d, /* height */\n"
@@ -1399,16 +1399,16 @@ int gen_c_source(struct font* pf, char *path)
1399 " %s /* offset */\n" 1399 " %s /* offset */\n"
1400 " %s\n" 1400 " %s\n"
1401 " %d, /* defaultchar */\n" 1401 " %d, /* defaultchar */\n"
1402 " %d, /* bits_size */\n" 1402 " %d, /* bits_size */\n"
1403 " -1, /* font fd */\n" 1403 " -1, /* font fd */\n"
1404 " 0, /* buffer start */\n" 1404 " 0, /* buffer start */\n"
1405 " 0, /* ^ position */\n" 1405 " 0, /* ^ position */\n"
1406 " 0, /* ^ end */\n" 1406 " 0, /* ^ end */\n"
1407 " 0, /* ^ size */\n" 1407 " 0, /* ^ size */\n"
1408 " {{0,0,0,0,0},0,0,0}, /* cache */\n" 1408 " {{0,0,0,0,0},0,0,0}, /* cache */\n"
1409 " 0, /* */\n" 1409 " 0, /* */\n"
1410 " 0, /* */\n" 1410 " 0, /* */\n"
1411 " 0, /* */\n" 1411 " 0, /* */\n"
1412 "};\n" 1412 "};\n"
1413 "#endif /* HAVE_LCD_BITMAP */\n", 1413 "#endif /* HAVE_LCD_BITMAP */\n",
1414 pf->maxwidth, pf->height, 1414 pf->maxwidth, pf->height,