Skip to content

Commit

Permalink
:octocat: funny that VS16 didn't complain here
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Nov 10, 2020
1 parent 82e52ec commit 9c20f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xz_fopen_wrapper.c
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ php_stream_ops php_stream_xzio_ops = {
NULL, /* seek */
NULL, /* cast */
NULL, /* stat */
NULL /* set_option */
NULL, /* set_option */
.label = "XZ",
.write = php_xziop_write,
.read = php_xziop_read,
Expand Down

0 comments on commit 9c20f78

Please sign in to comment.