Skip to content

Commit b092b19

Browse files
committed
fix typo
1 parent 9d02a8a commit b092b19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graalpython/com.oracle.graal.python.cext/src/typeobject.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ static PyObject* wrap_objobjproc(objobjproc f, PyObject* a, PyObject* b) {
140140

141141
static PyObject* wrap_inquiry(inquiry f, PyObject* a) {
142142
return PyLong_FromLong(f(a));
143+
}
143144

144145
static PyObject* wrap_nb_bool(inquiry f, PyObject* a) {
145146
return f(a) ? Py_True : Py_False;

0 commit comments

Comments
 (0)