summaryrefslogtreecommitdiff
path: root/tools/convbdf.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/convbdf.c')
-rw-r--r--tools/convbdf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/convbdf.c b/tools/convbdf.c
index 4ae358e833..4cc7ec9983 100644
--- a/tools/convbdf.c
+++ b/tools/convbdf.c
@@ -1413,6 +1413,7 @@ int gen_c_source(struct font* pf, char *path)
1413 fprintf(ofp, " -1, /* font fd */\n" 1413 fprintf(ofp, " -1, /* font fd */\n"
1414 " -1, /* font fd width */\n" 1414 " -1, /* font fd width */\n"
1415 " -1, /* font fd offset */\n" 1415 " -1, /* font fd offset */\n"
1416 " -1, /* font handle */\n"
1416 " 0, /* buffer start */\n" 1417 " 0, /* buffer start */\n"
1417 " 0, /* ^ position */\n" 1418 " 0, /* ^ position */\n"
1418 " 0, /* ^ end */\n" 1419 " 0, /* ^ end */\n"