diff options
| author | Alexander Levin <al.le@rockbox.org> | 2009-03-09 21:09:26 +0000 |
|---|---|---|
| committer | Alexander Levin <al.le@rockbox.org> | 2009-03-09 21:09:26 +0000 |
| commit | 28a4c73bc41a3e49145a77fef04c1474bb7512cc (patch) | |
| tree | 2a4ba46e105d996d71bf87c574f1620c8cc3ad3f /tools | |
| parent | c6bf842ecaf2dc02e541114d51b3eea304cad135 (diff) | |
| download | rockbox-28a4c73bc41a3e49145a77fef04c1474bb7512cc.zip rockbox-28a4c73bc41a3e49145a77fef04c1474bb7512cc.tar.gz rockbox-28a4c73bc41a3e49145a77fef04c1474bb7512cc.tar.bz2 rockbox-28a4c73bc41a3e49145a77fef04c1474bb7512cc.tar.xz | |
Add a TODO mark -- code duplication is ugly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20257 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/convbdf.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/convbdf.c b/tools/convbdf.c index 51ae5fb..6afa79d 100644 --- a/tools/convbdf.c +++ b/tools/convbdf.c @@ -662,6 +662,12 @@ int bdf_read_header(FILE *fp, struct font* pf) 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 */ int bdf_read_bitmaps(FILE *fp, struct font* pf) { |