From 6c6207799629f015459bcba5fb54bfb4c532af14 Mon Sep 17 00:00:00 2001 From: codemasher Date: Tue, 10 Nov 2020 17:22:00 +0100 Subject: [PATCH] :octocat: --- php_xz.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_xz.h b/php_xz.h index cd5f7b9..8368c4a 100644 --- a/php_xz.h +++ b/php_xz.h @@ -26,7 +26,7 @@ extern php_stream_wrapper php_stream_xz_wrapper; # define phpext_xz_ptr &xz_module_entry /* The default size of the buffer used for compression and decompression. */ -#define XZ_BUFFER_SIZE 4096 +#define XZ_BUFFER_SIZE 4096 #ifdef PHP_WIN32 # define PHP_XZ_API __declspec(dllexport)