Author: Carl Friedrich Bolz-Tereick <[email protected]>
Branch: 
Changeset: r96109:5dd4d5699b26
Date: 2019-02-20 10:22 +0100
http://bitbucket.org/pypy/pypy/changeset/5dd4d5699b26/

Log:    fix typo

diff --git a/rpython/rtyper/lltypesystem/rffi.py 
b/rpython/rtyper/lltypesystem/rffi.py
--- a/rpython/rtyper/lltypesystem/rffi.py
+++ b/rpython/rtyper/lltypesystem/rffi.py
@@ -1065,7 +1065,7 @@
         index += 1
     w[index] = unichr(0)
     return w
-utf82charp._annenforceargs_ = [str, int, bool]
+utf82wcharp._annenforceargs_ = [str, int, bool]
 
 # char**
 CCHARPP = lltype.Ptr(lltype.Array(CCHARP, hints={'nolength': True}))
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to