summaryrefslogtreecommitdiff
path: root/tools/convbdf.c
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2009-04-30 05:07:45 +0000
committerAlexander Levin <al.le@rockbox.org>2009-04-30 05:07:45 +0000
commit549fc95b8d0f9ecfb6c18ad6c9a75503458e645d (patch)
treee13c14d17ca32ab09ca5edec652f9505f5c01ee6 /tools/convbdf.c
parent23e505b32bfdac4bdbd14298d7b387597515392a (diff)
Remove the (part of the) check that is actually not needed since the 'properties' section is optional
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20831 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/convbdf.c')
-rw-r--r--tools/convbdf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/convbdf.c b/tools/convbdf.c
index 9f6152ebc1..fd82fb5a73 100644
--- a/tools/convbdf.c
+++ b/tools/convbdf.c
@@ -636,7 +636,7 @@ int bdf_read_header(FILE *fp, struct font* pf)
}
continue;
}
- if (isprefix(buf, "ENDPROPERTIES") || isprefix(buf, "STARTCHAR")) {
+ if (isprefix(buf, "STARTCHAR")) {
is_header = 0;
continue;
}