Skip to content

Commit 58e1e45

Browse files
committed
Remove the last /
1 parent dd821c2 commit 58e1e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/posixmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12924,7 +12924,7 @@ _pystatvfs_fromstructstatfs(PyObject *module, struct statfs st) {
1292412924
return NULL; \
1292512925
} \
1292612926
PyStructSequence_SET_ITEM(v, (index), obj); \
12927-
} while (0) \
12927+
} while (0)
1292812928

1292912929
SET_ITEM(v, 0, PyLong_FromLong((long) st.f_iosize));
1293012930
SET_ITEM(v, 1, PyLong_FromLong((long) st.f_bsize));

0 commit comments

Comments
 (0)