Skip to content

Commit

Permalink
fix datatype
Browse files Browse the repository at this point in the history
  • Loading branch information
weltling committed Jul 10, 2017
1 parent ad25234 commit 07c7445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/zlib/php_zlib.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ typedef struct _php_zlib_buffer {
typedef struct _php_zlib_context {
z_stream Z;
char *inflateDict;
size_t status;
int status;
size_t inflateDictlen;
php_zlib_buffer buffer;
} php_zlib_context;
Expand Down

0 comments on commit 07c7445

Please sign in to comment.