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
This commit is contained in:
Alexander Levin 2009-04-30 05:07:45 +00:00
parent 23e505b32b
commit 549fc95b8d

View file

@ -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;
}