Commit 133b11b5 authored by Serhiy Storchaka's avatar Serhiy Storchaka

Issue #22975: Close block at right place.

parent 56a6d855
......@@ -9891,8 +9891,8 @@ PyUnicode_Join(PyObject *separator, PyObject *seq)
Py_UCS4 * to_ = (Py_UCS4 *)((data)) + (start); \
for (; i_ < (length); ++i_, ++to_) *to_ = (value); \
break; \
default: assert(0); \
} \
default: assert(0); \
} \
} while (0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment