1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-28 10:02:17 +00:00
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9109 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2003-01-26 16:32:43 +00:00
parent eaae55ddcf
commit cdca8fe565

View File

@ -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();