diff options
| author | Sébastien Marie <semarie@online.fr> | 2022-03-03 15:57:55 +0000 |
|---|---|---|
| committer | Sébastien Marie <semarie@online.fr> | 2022-03-03 15:57:55 +0000 |
| commit | dfe2c0a600aa3d78b56b5df54ba4c46620c59a4f (patch) | |
| tree | 45099d7066cf27a3df5d080af862290493932713 /core/compress/zlib/zlib.odin | |
| parent | fad851d80c4d2ded5eba6b766ca00d90893c73aa (diff) | |
remove some leftover semi-colons before EOF
Diffstat (limited to 'core/compress/zlib/zlib.odin')
| -rw-r--r-- | core/compress/zlib/zlib.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/compress/zlib/zlib.odin b/core/compress/zlib/zlib.odin index d4c0f332c..d4b770929 100644 --- a/core/compress/zlib/zlib.odin +++ b/core/compress/zlib/zlib.odin @@ -677,4 +677,4 @@ inflate_from_byte_array_raw :: proc(input: []u8, buf: ^bytes.Buffer, raw := fals return inflate_raw(z=&ctx, expected_output_size=expected_output_size) } -inflate :: proc{inflate_from_context, inflate_from_byte_array};
\ No newline at end of file +inflate :: proc{inflate_from_context, inflate_from_byte_array} |