Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 741c45a

Browse files
committed
merge 3.5
2 parents 61eda72 + a105dd3 commit 741c45a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/makesetup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ sed -e 's/[ ]*#.*//' -e '/^[ ]*$/d' |
259259
for mod in $MODS
260260
do
261261
EXTDECLS="${EXTDECLS}extern PyObject* PyInit_$mod(void);$NL"
262-
INITBITS="${INITBITS} {\"$mod\", PyInit_$mod},$NL"
262+
INITBITS="${INITBITS} {\"$mod\", PyInit_$mod},$NL"
263263
done
264264

265265

0 commit comments

Comments
 (0)