typo in function prefix.

This commit is contained in:
2010-10-03 23:29:43 +00:00
parent 11acab00b0
commit 874ffaca7b
4 changed files with 6 additions and 6 deletions

View File

@@ -217,7 +217,7 @@ error_cleanup:
/* string conversion, escape non-unicode chars, coerce must be set to NULL */
const char *PuC_UnicodeAsByte(PyObject *py_str, PyObject **coerce)
const char *PyC_UnicodeAsByte(PyObject *py_str, PyObject **coerce)
{
char *result;