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:
parent
23e505b32b
commit
549fc95b8d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue