summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-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;
}