diff options
Diffstat (limited to 'python/environs/py_identity.c')
| -rw-r--r-- | python/environs/py_identity.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/environs/py_identity.c b/python/environs/py_identity.c index 403fa749..a7c466b2 100644 --- a/python/environs/py_identity.c +++ b/python/environs/py_identity.c @@ -74,5 +74,5 @@ PyObject *identity_dump(PyObject *self, PyObject *args) { dump = lasso_identity_dump(LassoIdentity_get(identity_obj)); - return (charPtrConst_wrap(dump)); + return (charPtr_wrap(dump)); } |
