Style and StyleParameter are two different types.

(Jack)
This commit is contained in:
Guido van Rossum 1998-04-28 16:04:26 +00:00
parent 8b3c30c0eb
commit db9a7b9ef6
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ SignedByte = Type("SignedByte", "b")
ScriptCode = Type("ScriptCode", "h")
Size = Type("Size", "l")
Style = Type("Style", "b")
StyleParameter = Type("Style", "h")
StyleParameter = Type("StyleParameter", "h")
CharParameter = Type("CharParameter", "h")
TextEncoding = Type("TextEncoding", "l")