mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-29 02:40:05 +00:00
Remove unneeded semicolons from the core library
This commit is contained in:
@@ -510,7 +510,7 @@ inflate_raw :: proc(z: ^$C, expected_output_size := -1, allocator := context.all
|
||||
*/
|
||||
reserve(&z.output.buf, expected_output_size)
|
||||
resize (&z.output.buf, expected_output_size)
|
||||
};
|
||||
}
|
||||
|
||||
if len(z.output.buf) != expected_output_size {
|
||||
return .Resize_Failed
|
||||
|
||||
Reference in New Issue
Block a user