mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 10:02:17 +00:00
10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9109 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
eaae55ddcf
commit
cdca8fe565
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user