Skip to content

Commit 673b7b9

Browse files
hoodmaneyehoshuadimarsky
authored andcommitted
Fix signature of initObjToJSON (pandas-dev#47466)
1 parent 07febef commit 673b7b9

File tree

1 file changed

+1
-1
lines changed
  • pandas/_libs/src/ujson/python

1 file changed

+1
-1
lines changed

pandas/_libs/src/ujson/python/ujson.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Numeric decoder derived from TCL library
4343

4444
/* objToJSON */
4545
PyObject *objToJSON(PyObject *self, PyObject *args, PyObject *kwargs);
46-
void initObjToJSON(void);
46+
void *initObjToJSON(void);
4747

4848
/* JSONToObj */
4949
PyObject *JSONToObj(PyObject *self, PyObject *args, PyObject *kwargs);

0 commit comments

Comments
 (0)