aboutsummaryrefslogtreecommitdiff
path: root/core/image
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2022-04-30 21:01:04 +0200
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2022-04-30 21:01:04 +0200
commit694c13fe8679ffeb44266805c9b6ea9f0dd5b1ca (patch)
tree92f6202d4389240610130e744182c1d05d414a49 /core/image
parent8bd16c32f3bbe724321127fcaaf798a1928cf0fe (diff)
parent41a18f078dc6044df484cc79f2ebcc25e81fddf4 (diff)
Merge branch 'master' into pr/1726
Diffstat (limited to 'core/image')
-rw-r--r--core/image/common.odin2
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
+}