diff --git a/src/chrcvt/main.c b/src/chrcvt/main.c index 8b402655b..ca0a9ee56 100644 --- a/src/chrcvt/main.c +++ b/src/chrcvt/main.c @@ -277,7 +277,8 @@ static void ConvertFile (const char* Input, const char* Output) { /* The header of a BGI vector font file */ static const unsigned char ChrHeader[] = { - 0x50, 0x4B, 0x08, 0x08, 0x42, 0x47, 0x49, 0x20 +/* 0x50, 0x4B, 0x08, 0x08, 0x42, 0x47, 0x49, 0x20 */ + 0x50, 0x4B, 0x08, 0x08 }; /* The header of a TGI vector font file */