1
0
Fork 0
forked from len0rd/rockbox
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17062 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2008-04-10 21:25:54 +00:00
parent 1031a5731c
commit 5d62f2ce8e

View file

@ -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,