Skip to content

Commit 6c62077

Browse files
committed
:octocat:
1 parent 9c20f78 commit 6c62077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php_xz.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ extern php_stream_wrapper php_stream_xz_wrapper;
2626
# define phpext_xz_ptr &xz_module_entry
2727

2828
/* The default size of the buffer used for compression and decompression. */
29-
#define XZ_BUFFER_SIZE 4096
29+
#define XZ_BUFFER_SIZE 4096
3030

3131
#ifdef PHP_WIN32
3232
# define PHP_XZ_API __declspec(dllexport)

0 commit comments

Comments
 (0)