diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2022-04-30 21:01:04 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2022-04-30 21:01:04 +0200 |
| commit | 694c13fe8679ffeb44266805c9b6ea9f0dd5b1ca (patch) | |
| tree | 92f6202d4389240610130e744182c1d05d414a49 /core/image | |
| parent | 8bd16c32f3bbe724321127fcaaf798a1928cf0fe (diff) | |
| parent | 41a18f078dc6044df484cc79f2ebcc25e81fddf4 (diff) | |
Merge branch 'master' into pr/1726
Diffstat (limited to 'core/image')
| -rw-r--r-- | core/image/common.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/image/common.odin b/core/image/common.odin index 6722036ff..4085a0a05 100644 --- a/core/image/common.odin +++ b/core/image/common.odin @@ -1185,4 +1185,4 @@ write_bytes :: proc(buf: ^bytes.Buffer, data: []u8) -> (err: compress.General_Er return .Resize_Failed } return nil -}
\ No newline at end of file +} |