summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)
636 } 636 }
637 continue; 637 continue;
638 } 638 }
639 if (isprefix(buf, "ENDPROPERTIES") || isprefix(buf, "STARTCHAR")) { 639 if (isprefix(buf, "STARTCHAR")) {
640 is_header = 0; 640 is_header = 0;
641 continue; 641 continue;
642 } 642 }