summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
Diffstat (limited to 'Include')
-rw-r--r--Include/pyarena.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/pyarena.h b/Include/pyarena.h
index 4c75b55..570fcea 100644
--- a/Include/pyarena.h
+++ b/Include/pyarena.h
@@ -26,7 +26,7 @@ extern "C" {
/* This routines isn't a proper arena allocation routine. It takes
a PyObject* and records it so that it can be DECREFed when the
arena is freed.
- */
+ */
PyAPI_FUNC(int) PyArena_AddPyObject(PyArena *, PyObject *);
#ifdef __cplusplus