From d2fc039ece9143b94d33e7c700e7df09c808eebd Mon Sep 17 00:00:00 2001 From: alle Date: Thu, 30 Apr 2009 05:07:45 +0000 Subject: [PATCH] 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(-) diff --git a/tools/convbdf.c b/tools/convbdf.c index 9f6152ebc..fd82fb5a7 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; } -- 2.11.4.GIT