mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
gz_state FAR *state
This commit is contained in:
parent
adf215e6e3
commit
45f7e00197
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ typedef struct {
|
|||
} gz_state;
|
||||
|
||||
typedef union {
|
||||
gz_state* state;
|
||||
gz_state FAR *state;
|
||||
gzFile file;
|
||||
} gz_statep;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue