forked from len0rd/rockbox
Add a TODO mark -- code duplication is ugly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20257 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c6bf842eca
commit
28a4c73bc4
1 changed files with 6 additions and 0 deletions
|
@ -662,6 +662,12 @@ int bdf_read_header(FILE *fp, struct font* pf)
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* TODO: rework the code to avoid logics duplication in
|
||||||
|
* bdf_read_bitmaps and bdf_analyze_font
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
/* read bdf font bitmaps, return 0 on error */
|
/* read bdf font bitmaps, return 0 on error */
|
||||||
int bdf_read_bitmaps(FILE *fp, struct font* pf)
|
int bdf_read_bitmaps(FILE *fp, struct font* pf)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue