Skip to content

Commit 628272e

Browse files
committed
Merge branch 'PHP-7.0'
* PHP-7.0: missing return
2 parents e6296f0 + 6ec8b2c commit 628272e

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)