Skip to content

Commit 9c20f78

Browse files
committed
:octocat: funny that VS16 didn't complain here
1 parent 82e52ec commit 9c20f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xz_fopen_wrapper.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ php_stream_ops php_stream_xzio_ops = {
312312
NULL, /* seek */
313313
NULL, /* cast */
314314
NULL, /* stat */
315-
NULL /* set_option */
315+
NULL, /* set_option */
316316
.label = "XZ",
317317
.write = php_xziop_write,
318318
.read = php_xziop_read,

0 commit comments

Comments
 (0)