Skip to content

Commit a1e8b3f

Browse files
committed
her
1 parent c10dda5 commit a1e8b3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src_c/include/base.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ pg_IntFromObj(PyObject *obj, int *val)
1515
*val = (int)PyFloat_AS_DOUBLE(obj);
1616
return 1;
1717
}
18+
1819

1920
*val = PyLong_AsLong(obj);
2021
if (PyErr_Occurred()) {

0 commit comments

Comments
 (0)