Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 133b11b

Browse files
Issue #22975: Close block at right place.
1 parent 56a6d85 commit 133b11b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Objects/unicodeobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9891,8 +9891,8 @@ PyUnicode_Join(PyObject *separator, PyObject *seq)
98919891
Py_UCS4 * to_ = (Py_UCS4 *)((data)) + (start); \
98929892
for (; i_ < (length); ++i_, ++to_) *to_ = (value); \
98939893
break; \
9894-
default: assert(0); \
98959894
} \
9895+
default: assert(0); \
98969896
} \
98979897
} while (0)
98989898

0 commit comments

Comments
 (0)