commit | ea229bd1ed3456263e31e4d979c8fa7708ff7ef1 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Tue Jun 06 18:08:16 2006 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Tue Jun 06 18:08:16 2006 +0000 |
tree | 0ffab349a717b197e51917a40ae7a465ae871a20 | |
parent | 12ca69bc0e42e799db52cfd0030c8b1d18049bef [diff] |
Fix coding style guide bug.
diff --git a/Objects/abstract.c b/Objects/abstract.c index f7d6f5a..83c48c2 100644 --- a/Objects/abstract.c +++ b/Objects/abstract.c
@@ -216,7 +216,8 @@ return ret; } -int PyObject_AsCharBuffer(PyObject *obj, +int +PyObject_AsCharBuffer(PyObject *obj, const char **buffer, Py_ssize_t *buffer_len) {