Skip to content

Commit 3731bef

Browse files
committed
merge 3.5
2 parents 6d46101 + 82ebf3b commit 3731bef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)