Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r1586:dac8897a6503
Date: 2014-12-05 18:23 +0100
http://bitbucket.org/cffi/cffi/changeset/dac8897a6503/

Log:    typo

diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c
--- a/c/_cffi_backend.c
+++ b/c/_cffi_backend.c
@@ -4765,7 +4765,7 @@
     CFieldObject *cf;
     Py_ssize_t offset;
 
-    if (!PyArg_ParseTuple(args, "O!O:typeof",
+    if (!PyArg_ParseTuple(args, "O!O:typeoffsetof",
                           &CTypeDescr_Type, &ct, &fieldname))
         return NULL;
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to