Skip to content

Commit 7e7e4fe

Browse files
committed
drop const qualifier on scalar
1 parent bf05987 commit 7e7e4fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/mbstring/mbstring.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ static const sapi_post_entry mbstr_post_entries[] = {
323323
};
324324
/* }}} */
325325

326-
static const mbfl_encoding *php_mb_get_encoding(zend_string *encoding_name, const uint32_t arg_num) {
326+
static const mbfl_encoding *php_mb_get_encoding(zend_string *encoding_name, uint32_t arg_num) {
327327
if (encoding_name) {
328328
const mbfl_encoding *encoding;
329329
zend_string *last_encoding_name = MBSTRG(last_used_encoding_name);

0 commit comments

Comments
 (0)