Skip to content

Commit eb6df00

Browse files
committed
fixup
1 parent 85b6e93 commit eb6df00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Modules/cjkcodecs/multibytecodec.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ typedef struct {
8686
_MultibyteStatefulCodec_HEAD
8787
} MultibyteStatefulCodecContext;
8888

89-
#define _MultibyteStatefulCodecContext_CAST(op) ((MultibyteStatefulCodecContext *)(op))
89+
#define _MultibyteStatefulCodecContext_CAST(op) \
90+
((MultibyteStatefulCodecContext *)(op))
9091

9192
#define MAXENCPENDING 2
9293
#define _MultibyteStatefulEncoder_HEAD \

0 commit comments

Comments
 (0)