Skip to content

Commit e868a2a

Browse files
Accidentally removed line
1 parent 8211139 commit e868a2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Modules/cjkcodecs/_codecs_iso2022.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -810,6 +810,7 @@ jisx0213_encoder(const MultibyteCodec *codec, const Py_UCS4 *data,
810810
}
811811
}
812812
/* fall through */
813+
813814
case -1: /* flush unterminated */
814815
*length = 1;
815816
coded = find_pairencmap((ucs2_t)data[0], 0,

0 commit comments

Comments
 (0)