Skip to content

Commit dc4133d

Browse files
committed
Convert fallthrough comment to pseudo-keyword in plain_stream.c
1 parent a82daf7 commit dc4133d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/streams/plain_wrapper.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,7 @@ PHPAPI php_stream *_php_stream_fopen(const char *filename, const char *mode, zen
10711071
//TODO: avoid reallocation???
10721072
*opened_path = zend_string_init(realpath, strlen(realpath), 0);
10731073
}
1074-
/* fall through */
1074+
fallthrough;
10751075

10761076
case PHP_STREAM_PERSISTENT_FAILURE:
10771077
efree(persistent_id);

0 commit comments

Comments
 (0)