summaryrefslogtreecommitdiff
path: root/cffi
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2015-01-09 11:58:01 +0100
committerArmin Rigo <arigo@tunes.org>2015-01-09 11:58:01 +0100
commit08f6b6ca171260ecbaad6593676123a44a53ea82 (patch)
treeca9a551c6194d7a0cce89e3a98b7d821dbf67914 /cffi
parent61f92a56b49c61660967e33385caccb0a64b6fc4 (diff)
downloadcffi-08f6b6ca171260ecbaad6593676123a44a53ea82.tar.gz
typo
Diffstat (limited to 'cffi')
-rw-r--r--cffi/commontypes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cffi/commontypes.py b/cffi/commontypes.py
index 600a2d6..04a5868 100644
--- a/cffi/commontypes.py
+++ b/cffi/commontypes.py
@@ -243,7 +243,7 @@ def win_common_types(maxsize):
"LPTSTR": "set-unicode-needed",
"PTSTR": "set-unicode-needed",
"PTBYTE": "set-unicode-needed",
- "PTCHAR;": "set-unicode-needed",
+ "PTCHAR": "set-unicode-needed",
})
return result