[pypy-commit] cffi default: typo

arigo noreply at buildbot.pypy.org
Fri Dec 5 18:22:58 CET 2014


Author: Armin Rigo <arigo at tunes.org>
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;
 


More information about the pypy-commit mailing list