]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
gz_state FAR *state 465/head
authorPrzemyslaw Skibinski <inikep@gmail.com>
Wed, 30 Nov 2016 07:02:58 +0000 (08:02 +0100)
committerPrzemyslaw Skibinski <inikep@gmail.com>
Wed, 30 Nov 2016 07:02:58 +0000 (08:02 +0100)
zlibWrapper/gzguts.h

index 5ec33a5b855a958082a9e70dbfa17037c088aab6..e2538df154b9caba63848b064f40806f851ddb06 100644 (file)
@@ -197,7 +197,7 @@ typedef struct {
 } gz_state;
 
 typedef union {
-    gz_statestate;
+    gz_state FAR *state;
     gzFile file;
 } gz_statep;