From 549fc95b8d0f9ecfb6c18ad6c9a75503458e645d Mon Sep 17 00:00:00 2001 From: Alexander Levin Date: Thu, 30 Apr 2009 05:07:45 +0000 Subject: 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 --- tools/convbdf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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; } -- cgit