diff options
Diffstat (limited to 'Mac/Modules/htmlrender/htmlsupport.py')
-rw-r--r-- | Mac/Modules/htmlrender/htmlsupport.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Modules/htmlrender/htmlsupport.py b/Mac/Modules/htmlrender/htmlsupport.py index b8c7eec..e769018 100644 --- a/Mac/Modules/htmlrender/htmlsupport.py +++ b/Mac/Modules/htmlrender/htmlsupport.py @@ -10,7 +10,7 @@ from macsupport import * HRReference = OpaqueByValueType("HRReference", "HtmlObj") HRScrollbarState = Type("HRScrollbarState", "h") -URLSourceType = Type("URLSourceType", "h") +URLSourceType = Type("URLSourceType", "H") GrafPtr = OpaqueByValueType("GrafPtr", "GrafObj") RgnHandle = OpaqueByValueType("RgnHandle", "ResObj") char_ptr = Type("char *", "s") |