summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
Diffstat (limited to 'vcl')
-rw-r--r--vcl/generic/fontmanager/parseAFM.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/generic/fontmanager/parseAFM.cxx b/vcl/generic/fontmanager/parseAFM.cxx
index 956e22e3ac15..26603149ab79 100644
--- a/vcl/generic/fontmanager/parseAFM.cxx
+++ b/vcl/generic/fontmanager/parseAFM.cxx
@@ -747,7 +747,7 @@ static int parseCharMetrics( FileInputStream* fp, FontInfo* fi)
switch(recognize(keyword,tokenlen))
{
case COMMENT:
- keyword = linetoken(fp);
+ linetoken(fp); /*eat token*/
break;
case CODE:
if (!(count < fi->numOfChars))