Skip to content

Commit 6c363b1

Browse files
authored
Fix typo (#196)
1 parent 75e0bc9 commit 6c363b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pycall/pycall_internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ typedef intptr_t Py_intptr_t;
7171
#ifdef HAVE_SSIZE_T
7272
typedef ssize_t Py_ssize_t;
7373
#elif SIZEOF_SIZE_T == SIZEOF_VOIDP
74-
typedef Py_intptr_tr Py_ssize_t;
74+
typedef Py_intptr_t Py_ssize_t;
7575
#elif SIZEOF_SIZE_T == SIZEOF_INT
7676
typedef int Py_ssize_t;
7777
#elif SIZEOF_SIZE_T == SIZEOF_LONG

0 commit comments

Comments
 (0)