Skip to content

Commit 87bdaea

Browse files
fix compilation
1 parent fdd4511 commit 87bdaea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/unicodeobject.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -5873,7 +5873,7 @@ unicode_fill_utf8(PyObject *unicode)
58735873
FT_ATOMIC_STORE_SSIZE_RELAXED(_PyUnicode_UTF8_LENGTH(unicode), len);
58745874
FT_ATOMIC_STORE_PTR(_PyUnicode_UTF8(unicode), cache);
58755875
_PyBytesWriter_Dealloc(&writer);
5876-
exit:
5876+
exit:;
58775877
Py_END_CRITICAL_SECTION();
58785878
return ret;
58795879
}

0 commit comments

Comments
 (0)