# HG changeset patch # User arpi # Date 1043598763 0 # Node ID 9a754317898e0868354d4f90d63fcb6a72bcc3e6 # Parent ed5fcc844daf25c9805e5678276db52fb19dbc3d 10l diff -r ed5fcc844daf -r 9a754317898e TOOLS/subfont-c/osd/gen_osd_h.c --- a/TOOLS/subfont-c/osd/gen_osd_h.c Sun Jan 26 16:23:58 2003 +0000 +++ b/TOOLS/subfont-c/osd/gen_osd_h.c Sun Jan 26 16:32:43 2003 +0000 @@ -4,7 +4,7 @@ { 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();