Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r1627:ff0c3c90d309
Date: 2015-01-09 11:58 +0100
http://bitbucket.org/cffi/cffi/changeset/ff0c3c90d309/

Log:    typo

diff --git a/cffi/commontypes.py b/cffi/commontypes.py
--- a/cffi/commontypes.py
+++ b/cffi/commontypes.py
@@ -243,7 +243,7 @@
         "LPTSTR": "set-unicode-needed",
         "PTSTR": "set-unicode-needed",
         "PTBYTE": "set-unicode-needed",
-        "PTCHAR;": "set-unicode-needed",
+        "PTCHAR": "set-unicode-needed",
         })
     return result
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to