summaryrefslogtreecommitdiffstats
path: root/TOOLS/subfont-c/osd/gen_osd_h.c
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS/subfont-c/osd/gen_osd_h.c')
-rw-r--r--TOOLS/subfont-c/osd/gen_osd_h.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/subfont-c/osd/gen_osd_h.c b/TOOLS/subfont-c/osd/gen_osd_h.c
index ad59c7ef99..1288329c5c 100644
--- a/TOOLS/subfont-c/osd/gen_osd_h.c
+++ b/TOOLS/subfont-c/osd/gen_osd_h.c
@@ -4,7 +4,7 @@ int main()
{
int c;
int cnt;
- printf("unsigned char *osd_font_pfb = {");
+ printf("unsigned char osd_font_pfb[] = {");
for (cnt = 0;;cnt++) {
if (cnt % 16 == 0) printf("\n");
c = getchar();