forked from len0rd/rockbox
oops
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17062 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1031a5731c
commit
5d62f2ce8e
1 changed files with 2 additions and 2 deletions
|
|
@ -1026,7 +1026,7 @@ int gen_h_header(struct font* pf, char *path)
|
|||
strcpy(buf, ctime(&t));
|
||||
buf[strlen(buf)-1] = 0;
|
||||
|
||||
fprintf(ofp, hdr1, buf,
|
||||
fprintf(ofp, hdr1, buf,
|
||||
pf->name,
|
||||
pf->facename? pf->facename: "",
|
||||
pf->maxwidth,
|
||||
|
|
@ -1034,7 +1034,7 @@ int gen_h_header(struct font* pf, char *path)
|
|||
pf->size,
|
||||
pf->ascent);
|
||||
|
||||
fprintf(ofp, hdr2, buf,
|
||||
fprintf(ofp, hdr2,
|
||||
pf->descent,
|
||||
pf->firstchar,
|
||||
pf->firstchar+pf->size-1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue