Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions zlib/zlib.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ type ZStreamS struct {
TotalOut ULong
Msg *c.Char
State *InternalState
Zalloc c.Pointer
Zfree c.Pointer
Zalloc AllocFunc
Zfree FreeFunc
Opaque Voidpf
DataType c.Int
Adler ULong
Expand Down
Loading