gz_state FAR *state

dev
Przemyslaw Skibinski 2016-11-30 08:02:58 +01:00
parent adf215e6e3
commit 45f7e00197
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ typedef struct {
} gz_state; } gz_state;
typedef union { typedef union {
gz_state* state; gz_state FAR *state;
gzFile file; gzFile file;
} gz_statep; } gz_statep;