diff options
-rw-r--r-- | Objects/unicodeobject.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c index 7c35f1c..989ad1f 100644 --- a/Objects/unicodeobject.c +++ b/Objects/unicodeobject.c @@ -732,6 +732,7 @@ PyObject *PyUnicode_DecodeUTF8(const char *s, } s += n; nextChar: + /* empty */; } /* Adjust length */ |