Skip to content

Commit c05b417

Browse files
committed
missing return
1 parent d4615d1 commit c05b417

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/mbstring/libmbfl/filters/mbfilter_sjis_2004.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,8 @@ mbfl_filt_conv_wchar_jis2004(int c, mbfl_convert_filter *filter) {
672672
CK(mbfl_filt_conv_illegal_output(c, filter));
673673
}
674674
}
675+
676+
return c;
675677
}
676678

677679
int

0 commit comments

Comments
 (0)