Skip to content

Commit c624693

Browse files
authored
Update Python/codecs.c
1 parent cb7114a commit c624693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/codecs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,8 +742,8 @@ codec_handler_unicode_log10_max(Py_UCS4 ch, uint64_t *base, uint64_t *digits)
742742
if (digits != NULL) { \
743743
*digits = (D); \
744744
} \
745+
return; \
745746
} \
746-
return; \
747747
} while (0)
748748
MAKE_BRANCH(1, 10);
749749
MAKE_BRANCH(2, 100);

0 commit comments

Comments
 (0)